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

Windows 32-bit builds are broken due to rust-numpy 0.22 #13329

Open
jakelishman opened this issue Oct 15, 2024 · 1 comment
Open

Windows 32-bit builds are broken due to rust-numpy 0.22 #13329

jakelishman opened this issue Oct 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jakelishman
Copy link
Member

Environment

  • Qiskit version: main
  • Python version: any
  • Operating system: Windows 32-bit

What is happening?

It's currently not possible to build Qiskit from source on Windows 32-bit, because rust-numpy 0.22 doesn't support the platform due to problems (see PyO3/rust-numpy#448). This will prevent us from deploying Qiskit 1.3, if we don't provide a workaround for the platform.

How can we reproduce the issue?

For example, see https://github.com/Qiskit/qiskit/actions/runs/11351263774/job/31571457159.

What should happen?

Windows 32-bit is a tier-3 platform for the 1.x series, which means we're still committing to provide pre-built binaries for it. We ought to have this working.

Any suggestions?

No response

@jakelishman jakelishman added the bug Something isn't working label Oct 15, 2024
@jakelishman
Copy link
Member Author

I spent a bit of time trying to help out on rust-numpy to see if we could get a fix, and PyO3/rust-numpy#463 will hopefully do the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant