This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Getting REQUEST ENTITY TOO LARGE error on deploy, the requirements are fairly minimalistic #616
Unanswered
manangupta19
asked this question in
Help
Replies: 3 comments 12 replies
-
Clone the micro using deta clone in a new directory and check if there is any unnecessary |
Beta Was this translation helpful? Give feedback.
1 reply
-
Clone the repo and try to see if it has anything necessary, and also remove all the dependencies (empty requirements) , deploy, add again and deploy |
Beta Was this translation helpful? Give feedback.
8 replies
-
Please try creating a new micro with the following
The problem seems to be due to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following dependencies in my requirements.txt:
fastapi
numpy
opencv-python-headless
python-multipart
The other files are only a few KBs in size. The exact error is:
Error: failed to update dependencies: Request entity too large
Beta Was this translation helpful? Give feedback.
All reactions