0

So i've been working on a prject and I'm about to deploy it.I don't get any errors while building but and i get asked to view app after but when i do the web page shows a heroku Application error. I tried running heroku logs --tail --app appname and it shows me the logs and i can see this error which i can't seem to fix.

bash: gunicorn: command not found

I have my Procfile and with the following command

web: gunicorn MFLS.wsgi

If any other information is needed I will be happy to provide it.

  • Have you [installed `gunicorn`](https://devcenter.heroku.com/articles/python-gunicorn#adding-gunicorn-to-your-application) by adding it to your `requirements.txt`? – Selcuk Mar 22 '22 at 01:48

0 Answers0