Skip to content

bpy Package file size limit increase #4395

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
TylerGubala opened this issue Jul 28, 2018 · 1 comment
Closed

bpy Package file size limit increase #4395

TylerGubala opened this issue Jul 28, 2018 · 1 comment

Comments

@TylerGubala
Copy link

Hello,

I am the maintainer of a Python module called 'bpy', which is a Python interface into the Blender 3d application.

Because the module requires large binaries to be built, the resulting bdist_wheel (which is, in my opinion, the best option for distributing built binary distributions of packages such as this) is > 66.2MB, which goes over the 60MB upload limit, resulting in this error:

Uploading distributions to https://upload.pypi.org/legacy/
Uploading bpy-1.2.2a23-cp36-cp36m-win_amd64.whl
100%|█████████████| 66.2M/66.2M [00:26<00:00, 2.58MB/s]
HTTPError: 400 Client Error: File too large. Limit for project 'bpy' is 60 MB. See https://pypi.org/help/#file-size-limit for url: https://upload.pypi.org/legacy/

I believe I placed my issue originally in the wrong place, as I found this issue and thought that my issue should be placed under pypa/packaging-problems

pypa/packaging-problems#86

When really the recommendation based on

https://pypi.org/help/#file-size-limit

Says to post the issue here.

Being able to upload this bdist_wheel will, I believe be able to allow me to close out several issues on the project, so many thanks in advance if the size limit can be increased!

@di
Copy link
Member

di commented Jul 28, 2018

I've set the upload limit to 100MB for bpy on PyPI.

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

2 participants