-
Notifications
You must be signed in to change notification settings - Fork 375
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
qiskit-aer v0.15.1 install with Python v3.13.1 on Windows fails #2277
Comments
3.13 support was recently added. Can you test to see if this issue was solved on your side? |
Looks like we might be getting stuck between this issue and numpy/numpy#27894. We're currently trying to support Python >=3.9. We may need to decide to go with Python >=3.10 or not support Python 3.13 on Windows. I was able to get our software to work with Python 3.13 on Windows if I upgrade Numpy, but if I upgrade Numpy Python 3.9 doesn't work. |
For our dependencies, numpy qutip, and matplotlib each have versions compatible with Python 3.9 but not 3.13 and vice versa. We were able to let let these packages have dependencies within a range (e.g., Thank you for the help in getting qiskit-aer compatible on Windows with Python 3.13! |
Informations
What is the current behavior?
No wheel appears to be available, so
pip install qiskit-aer
attempts to build, but fails with errorConan: Unknown MSVC compiler version
. Note towards the top of the logs below that MSVC 19.42.34435.0 was found by cmake.Same pip install of qiskit-aer with same Python version works on Github ubuntu-latest and macos-latest runners.
Steps to reproduce the problem
pip install qiskit-aer
on Github windows-latest runner using Python 3.13.What is the expected behavior?
No build failure, qiskit-aer installs
Suggested solutions
Python <= 3.12 works, but we'd like to test against 3.13.
The text was updated successfully, but these errors were encountered: