-
Notifications
You must be signed in to change notification settings - Fork 362
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
Can't build qiskit-aer #2218
Comments
I guess you do not setup conan environment correctly.
Please confirm that |
when I do so when I am in the qiskit-aer folder I get this error: "ERROR: Conanfile not found at.............." |
I am experiencing this same error on Ubuntu 24.04.
Where is the conanfile supposed to come from? EDIT: and what's very bizarre is that I have a second machine (really a container) running Ubuntu 24.04, and the build on that machine succeeds. |
I ran |
I encounter the same issue on Windows 11, with Python 3.13. When I try to update conan, I have this error:
and when trying to update urllib3 to those versions, I got this error:
Looks like an incompatibility between versions - on Windows at least. I'm on a machine provided by my company, so my ability to investigate the matter further is very limited. Does anyone have an idea? EDIT: Wrong error message, corrected! |
Informations
What is the current behavior?
Building wheels for collected packages: qiskit-aer
Building wheel for qiskit-aer (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for qiskit-aer (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [81 lines of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for qiskit-aer
Failed to build qiskit-aer
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (qiskit-aer)
Steps to reproduce the problem
follow the guidelines at the contribution then try to build, and update conan using pip install --upgrade conan then
make sure you download the latest version of Visual Studio 2022 and latest MSVC
What is the expected behavior?
to build normally
Suggested solutions
The text was updated successfully, but these errors were encountered: