My deployments started giving: /bin/bash: line 1: gunicorn: command not found
vector-it-drew
FREEOP
10 months ago
I redeployed my app, after making minimal changes and now the app prints out "/bin/bash: line 1: gunicorn: command not found" a couple times then crashes. I reverted all changes, and continue to get this error.
1 Replies
10 months ago
Are you using a requirements.txt or pyproject.toml or something? If not, make sure you do and if you are then ensure the files are valid and gunicorn is listed in there. Any time I've seen this error before it was either a missing package file or a misconfigured package file