Hello Community
I am struggling to deploy a FastAPI app on Render. Everytime I try to deploy it, I get the error message
[notice] To update, run: pip install --upgrade pip
==> Publish directory python main.py does not exist!
==> Build failed
==> Common ways to troubleshoot your deploy: https://docs.render.com/troubleshooting-deploys
The app script is main.py
The deployment variables are set to
Build Command : pip install -r requirements.txt
Publish Directory : python main.py
I donβt know what is going on wrong!
Can somebody please explain me?