/bin/bash: line 1: gunicorn: command not found in railway

I am trying to host the Django backend of my website on railway, however when I try and deploy the server, I get:

/bin/bash: line 1: gunicorn: command not found

error in logs

I've followed all the steps of creating a requirements.txt file, and a Procfile, but I still get the same error.

Back to Top