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

Wheels too large for pypi: > 100mb #31

Open
gauteh opened this issue Sep 12, 2024 · 4 comments
Open

Wheels too large for pypi: > 100mb #31

gauteh opened this issue Sep 12, 2024 · 4 comments

Comments

@gauteh
Copy link
Owner

gauteh commented Sep 12, 2024

With the OSM landmask (#30 ) the wheels are now too large to be uploaded to pypi (https://github.com/gauteh/roaring-landmask/actions/runs/10826468321/job/30038361665): https://pypi.org/help/#file-size-limit

Can we download the OSM wkb on demand? Otherwise we need to request a larger pypi limit (I did this once before when the limit was lower than 100mb).

ping: @TheSylex

@TheSylex
Copy link

The process of converting the shapefile from the OSM website into a WKB is really slow as it's a lot of data... around 4Gb if I'm not mistaken. So I'd assume that yeah, we can do it but I don't think it's a good idea as it'd slow everything down a lot.

@gauteh
Copy link
Owner Author

gauteh commented Sep 12, 2024

Ok, I guess we should petition to have the limit raised then.

@gauteh
Copy link
Owner Author

gauteh commented Sep 12, 2024

pypi/support#4748

@gauteh
Copy link
Owner Author

gauteh commented Sep 29, 2024

Limit is increased, but wheels are not re-enabled yet.

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