-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Clean up gensim project on PyPI #3237
Comments
I think the safest thing to do immediately is to delete all 4.1.0 and 4.1.1 wheels because they are buggy. That would allow the 4.1.2 wheels to be uploaded properly. I'd do this myself, but I don't have the permissions. |
Oh wow. That's weird, where did 10 GB go? I'll have a look. Thanks for reporting! EDIT: OK, I see. We build wheels for 4 platforms x 4 Python versions = 16 wheels per release. Each wheel is 25 MB (why so large?), so that's > 400 MB per release! I can see 10 GB disappearing quickly. How do other projects with extensive wheel support (scikit-learn?) solve this? |
@mpenkov I requested a quota increase on PyPI: pypi/support#1315 I also deleted |
OK, thank you. I uploaded the remaining wheels, so the 4.1.2 release contains all the wheels that it needs now, including aarm64. |
Are you sure? Github still reports 4.1.1 as the latest: PyPI seems fine, thanks a lot! |
Not sure why it was missing, but I manually pushed the tag and updated the release, so it's there now. https://github.com/RaRe-Technologies/gensim/releases/tag/4.1.2 |
We've hit the 10GB limit for projects on PyPI. This is preventing some of the 4.1.2 wheels from being uploaded.
https://pypi.org/help/#project-size-limit
We need to clean up the project area before we can upload new wheels.
The text was updated successfully, but these errors were encountered: