I was following the tutorial https://docs.digitalocean.com/tutorials/app-deploy-django-app/ and finally during the build i found
gunicorn: command not found
In my requirements.txt i double checked that the line containing gunicorn is present. I also tried to add another package to try but seems that requirements.txt is cached and never taking the version of my commit for the build. Any help?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Once you start a new deployment on the App Platform the build process would start from scratch.
Can you share the content of your
requirements.txt
here:Best,
Bobby