This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Internal server error on deploy (updating dependencies) #621
Unanswered
plutonium-239
asked this question in
Help
Replies: 1 comment 2 replies
-
It looks like even including all dependencies from dash, it really doesn't gets anywhere near 250 (perhaps unless you are also including pandas, idk) - but when I tested pip installing these into a fresh venv locally, it seems to get stuck doing something for quite a long amount of time? I'm not sure what, why, how, or even if it's Dash fault or some dependency, but it sure took a long time - so my guess would be just that deta is timing it out during that time. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a very simple requiremenets.txt:
(and the package size of
dash
is ~39 MB, and for the other package is ~1 MB)This is well within the 250 MB limit, so why is it giving an error?
Beta Was this translation helpful? Give feedback.
All reactions