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

Some linux aarch64 wheels of version 1.0.3 were not published to PyPi due to project size limit #575

Open
jarnedemeulemeester opened this issue Mar 17, 2025 · 1 comment

Comments

@jarnedemeulemeester
Copy link

I was trying to install VizTracer for Python 3.12 on aarch64 but saw that it was trying to build it from source.

When looking at the release pipeline I see that the upload of the python 3.12 aarch64 wheel failed due to the project being at it's size limit on PyPi.
The only wheels that were not uploaded are aarch64 builds. Probably because they are the slowest to build.
https://github.com/gaogaotiantian/viztracer/actions/runs/13848780532/job/38752275415

It is weird that GitHub marks the job as completed successfully when it clearly exited with an error.

More information about the PyPi project size limit can be found here: https://docs.pypi.org/project-management/storage-limits/#project-size-limits

@gaogaotiantian
Copy link
Owner

Thank you for finding this! I'll request for more space :)

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