Uvicorn command not found when deploying
mihaiapolzan2002TRIAL
a year ago
I am trying to deploy my web application but I am getting this message written multiple times in the Deploy Log
/bin/bash: line 1: uvicorn: command not found
I successfully deployed the app in the past multiple times but all of a sudden I get this message and I don t remind changing any requirements. I only changed specific features in my app but the build was successfull so its not from that.
I have uvicorn installed and I also updated it but this did not change anything.
Do you have any suggestions of what I should do?
1 Replies
a year ago
do you have uvicorn
in your requirements.txt file?
if you manage packages a different way, do you also have uvicorn
specified there too?