Skip to content

Cannot Upload Large Files #2483

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

Closed
Miserlou opened this issue Oct 9, 2017 · 4 comments
Closed

Cannot Upload Large Files #2483

Miserlou opened this issue Oct 9, 2017 · 4 comments

Comments

@Miserlou
Copy link

Miserlou commented Oct 9, 2017

How am I supposed to upload large packages? Where is this limit documented?

(env)~/Projects/lambda-packages $ twine upload dist/lambda_packages-0.17*
Uploading distributions to https://upload.pypi.org/legacy/
Uploading lambda_packages-0.17.0-py2-none-any.whl
HTTPError: 400 Client Error: File too large. for url: https://upload.pypi.org/legacy/

This error or similar happens if I use any of: repository: https://pypi.python.org/pypi, repository: https://upload.pypi.org/legacy/, or no entry for repository.

Currently, I am unable to update the lambda-packages project because of this undocumented limitation, which is extremely annoying to my users and myself.

The wheel is 129M, the tarball is 69M. This doesn't seem unreasonably large.

Related:
#2342
Miserlou/lambda-packages#61

@di
Copy link
Member

di commented Oct 9, 2017

@Miserlou I've increased the limit for lambda_packages to 200MB.

I've also created #2486 to make the error message more clear.

@di di closed this as completed Oct 9, 2017
@Miserlou
Copy link
Author

Miserlou commented Oct 9, 2017

Thanks very much!

@menshikh-iv
Copy link

@di I received the same error when I uploading a new release of gensim, can you increase limits for gensim too (size of tar.gz is 62 MB)

@di
Copy link
Member

di commented Nov 6, 2017

@menshikh-iv I've increased the limit for gensim to 80MB.

For anyone visiting this issue in the future, please create a new issue if you need to request a limit increase.

@pypi pypi locked and limited conversation to collaborators Nov 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants