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.


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

Settings -> Add buildpack -> heroku/python