-
Notifications
You must be signed in to change notification settings - Fork 34
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
0.20.0 aarch64 wheels on PyPi seem to be bad #86
Comments
Unfortunately this is deliberate because the required dependencies (specifically I just triggered a CI run that tries to include the Even more annoying is that we don't even need that code, but a bunch of Solana crates depend on |
Maybe it would be better not to offer aarch64 wheels then? So pip install can at least attempt to build locally by default. For us forcing pip to build locally worked just fine (it just added a few minutes to all our pipelines 🙃) |
Oh that's weird that it compiles for you on Linux aarch64 right? Since it doesn't compile in CI |
If it helps at all our CI runs on aws graviton boxes and for this particular case in a container with the |
Thanks for the info, that led me to discover there actually was a way to get |
Hello, testing this lib on an ARM machine I'm getting the following error (this is not happening on an x86 container):
Checking the wheel files on PyPI you can notice that the aarch64 wheels are suspiciously smaller than the wheels for other archs:
The text was updated successfully, but these errors were encountered: