Question

Requirements apparrently cached Python App

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?


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
April 21, 2022

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:

  1. cat requirements.txt

Best,

Bobby