Heroku + gunicorn not working (bash: gunicorn: command not found )

Heroku + gunicorn not working (bash: gunicorn: command not found )

Make sure gunicorn is in your requirements.txt

The issue seemed to fix itself after uninstalling all requirements remotely, and reinstalling them.

Heroku + gunicorn not working (bash: gunicorn: command not found )

I was missing the heroku/python buildpack
so I went to the dashboard and:

Settings -> Add buildpack -> heroku/python

Related posts:

Leave a Reply

Your email address will not be published. Required fields are marked *