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:
- python manage.py collectstatic –noinput error when deploying Django project to Heroku.
- python – Launching an app in heroku? What is procfile? web: command?
- App not compatible with buildpack – Heroku.
- Heroku Scheduler With Python Script.
- python – How do I host my discord.py bot on heroku?
- Running simple python script continuously on Heroku.
- Process type для telegram бота(Heroku Procfile, Java) на русском.