Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot upload file - too big #25

Closed
wlodekbielski opened this issue Apr 23, 2018 · 4 comments
Closed

Cannot upload file - too big #25

wlodekbielski opened this issue Apr 23, 2018 · 4 comments

Comments

@wlodekbielski
Copy link

Hi guys,

Just encountered the following error while running Zorya installer - I assume this is due to 35 MB limitation in Google App Engine Standard itself.
Is this something you've experienced before? Any ideas on how to overcome this?
Thanks a to in advance!

image

@Dror88
Copy link
Contributor

Dror88 commented Apr 24, 2018

@wlodekbielski this error happens when deploying from cloud shell, we still haven't got to the bottom of this but as a workaround you can try deploying from your local machine.

@wlodekbielski
Copy link
Author

Thanks for prompt answer! I actually install directly on GCE VM - connected there with SSH. So not using Cloud Shell.. Will give it another try though!

@wlodekbielski
Copy link
Author

All works fine, when I used fresh VM - so please let's consider this issue as closed.

@acazan
Copy link

acazan commented Aug 31, 2018

This issue can be resolved by removing numpy==1.6.1 from requirements.txt file. It is not required to be uploaded to appengine as it is already on the list of built-in libs in appengine: https://cloud.google.com/appengine/docs/standard/python/tools/built-in-libraries-27

numpy has to show though in app.yaml:

  • name: numpy
    version: "1.6.1"
    so it will be loaded at runtime....

The issue is not related to cloudshell but to the appengine hardcoded quotas: https://cloud.google.com/appengine/quotas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants