-
Notifications
You must be signed in to change notification settings - Fork 169
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
Missing wheel for glibc 2.17+ ARM64 #1372
Comments
This is a known issue and we are aware. We have QEMU setup to release Arm64/PPC64/S390x wheels and particularly for this release it has been extremely unstable. All of them failed in the first try, I am actively retrying the failed builds to see if it happens https://github.com/Qiskit/rustworkx/actions/runs/12940926444. I also have #1371 ready which will build Arm64 wheels natively. Should our retries fail we will backport the PR to the 0.16 branch and publish the wheels with that workflow. In the meantime, my recommendations are:
|
Thanks a lot for taking care of this! I think I stay on 0.15.1 for the time being |
Thanks a lot! |
Information
What is the current behavior?
With rustworkx 0.15.1 a wheel was built for
glibc 2.17+ ARM64
(download link). However for 0.16.0, this wheel is no longer built, making a usage on ARM quite hardWhat is the expected behavior?
The wheel is built and published
Steps to reproduce the problem
Try to install rustworkx 0.16.0 on ARM w/o a locally install rust
The text was updated successfully, but these errors were encountered: