-
Notifications
You must be signed in to change notification settings - Fork 378
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
Numpy version incompatibility with Aer 0.4.0 #592
Labels
bug
Something isn't working
Comments
mtreinish
added a commit
to mtreinish/qiskit-aer
that referenced
this issue
Feb 6, 2020
It appears that the newly added pulse simulator has an implicit requirement on having a newer version of numpy installed. We should encode this minimum in the aer package requirements so people don't accidently install aer with a version of numpy too old to work. Fixes Qiskit#592
atilag
pushed a commit
that referenced
this issue
Feb 6, 2020
It appears that the newly added pulse simulator has an implicit requirement on having a newer version of numpy installed. We should encode this minimum in the aer package requirements so people don't accidently install aer with a version of numpy too old to work. Fixes #592
mtreinish
added a commit
to mtreinish/qiskit-aer
that referenced
this issue
Feb 6, 2020
It appears that the newly added pulse simulator has an implicit requirement on having a newer version of numpy installed. We should encode this minimum in the aer package requirements so people don't accidently install aer with a version of numpy too old to work. Fixes Qiskit#592 (cherry picked from commit 12f97c8)
Just for the record, this is a bug in Cython 0.27, not a NumPy issue. It has been fixed in 0.28 and later. |
atilag
pushed a commit
that referenced
this issue
Feb 7, 2020
It appears that the newly added pulse simulator has an implicit requirement on having a newer version of numpy installed. We should encode this minimum in the aer package requirements so people don't accidently install aer with a version of numpy too old to work. Fixes #592 (cherry picked from commit 12f97c8)
Hi @nonhermitian, I have the same error here but my Cython is 0.29.2. Do you have any idea? Thx |
Yeah. They said it fixed but it is not. Numpy needs to be updated. |
mtreinish
added a commit
to mtreinish/qiskit
that referenced
this issue
Feb 18, 2020
The translated docs builds are failing because of Qiskit/qiskit-aer#592 which is caused by using a version of numpy incompatible with the pulse simulator. This has been fixed in aer on master and the stable/0.4.0 branch pending a 0.4.1 release. But, until that is ready we need to manual ensure we're using a newer numpy version to avoid this issue in the docs builds.
SooluThomas
pushed a commit
to Qiskit/qiskit-metapackage
that referenced
this issue
Feb 18, 2020
* Bump numpy on poBranch The translated docs builds are failing because of Qiskit/qiskit-aer#592 which is caused by using a version of numpy incompatible with the pulse simulator. This has been fixed in aer on master and the stable/0.4.0 branch pending a 0.4.1 release. But, until that is ready we need to manual ensure we're using a newer numpy version to avoid this issue in the docs builds. * Bump pip and friends too
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When Terra tries to load Aer provider, with numpy 1.15.4, which was default on our Aqua build, and conforms to > 1.13 we get this
We have tried locally and get similar error with 1.15.4. (I was running 1.16.3 which seems ok, and latest 1.18.1 seemed fine too)
The text was updated successfully, but these errors were encountered: