-
Notifications
You must be signed in to change notification settings - Fork 36
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
Pypi package size limit #86
Comments
We can increase the limit on a package per package basis. I think the default limit is somewhere around 60MB? You'll have to upload to Warehouse ( |
Thanks @dstufft! Will I still be able to use twine or the upload process is completely different? |
The hostname in your error message is testpypi.python.org, but Donald’s message talks about test.pypi.org :) |
Our project has been waiting for this to be active but I hadn't realized this was already possible. How do we request a size increase for our project? |
@yifeif You can still use twine, but you need to use either @matham You can just ask me for one in this issue or via email or whatever. I just need to know the name of the project and why you need it increased (e.g. large image files, lots of compiled .so's, whatever). |
@dstufft that's great! The project name is Currently we host it on our site and it's about 120MB. However,could you increase the limit to around 150MB in case the gstreamer distribution gets larger? Thanks! |
Thanks @merwok and @dstufft! I was totally using the wrong sites :) May I get a file size limit increased to 100MB for project 'tensorflow-gpu' https://pypi.python.org/pypi/tensorflow-gpu? It is currently at around 85MB. |
@dstufft gentle ping on the file size increase request. Much appreciated! |
Okay, I've set |
Was able to upload to https://upload.pypi.org/legacy/ just now. Thanks so much @dstufft! One more request, can we have the same size increase at https://test.pypi.org/legacy/ as well? |
@yifeif done! |
Awesome. Thanks again for all your help @dstufft :) |
@dstufft Thanks a lot! |
Hi @dstufft, we would like to expand tensorflow-gpu's support for more CUDA compute capabilities as mentioned in this thread, which will cause our binary size to go up. Would it be possible to increase tensorflow-gpu size limit to 200MB? |
Hi @dstufft, We're trying to publish project deepspeech-gpu and are running into the same problem as tensorflow-gpu, as we also include a bunch of compiled libraries for CUDA support. Could you bump our limit to 200MB on upload.pypi.org and test.pypi.org? Thanks! |
New requests for different packages would need their own tickets. |
Thanks. I filed #110 |
@dstufft! My Program is advanced tensorflow for edge computing, which is named as tensorflow-tflex, its size is 69.1M, could you increase the upload size limit? Thank you very much! Package site: https://pypi.org/project/tensorflow-tflex/#files |
@dstufft My project is tr (https://pypi.org/project/tr/) |
Please open new issues at https://github.com/pypa/warehouse/issues for new limit requests. |
Hi,
I'm running into the following issue when trying to twine upload a package around 80MB:
HTTPError: 400 Client Error: distribution file too large for url: https://testpypi.python.org/pypi
What is the size limit for pypi package? Is there a way we can up the limit? Thanks.
The text was updated successfully, but these errors were encountered: