Anonymous
TRIALOP
2 years ago
I am trying to run a fastapi on render and it deploys but crashed when I make a post to it. can someone helpe?
16 Replies
2 years ago
please provide deploy logs
2 years ago
n/a
2 years ago
follow the 3 instructions
here is my requirements.txt: python-multipart
fastapi
scikit-image
firebase-admin
opencv-python
numpy
uvicorn
requests
2 years ago
please use the headless version of open cv instead
does this work: https://pypi.org/project/opencv-python-headless/
2 years ago
yep that's it
2 years ago
it should
2 years ago
no problem!