-
Notifications
You must be signed in to change notification settings - Fork 377
Aqua version is set to 'None' #1073
Comments
Thank you for your report. The error message says that Ignis uses cvxpy, but it is not installed. |
I also found that if cvxpy is not installed,
|
This is a duplicate of qiskit-community/qiskit-ignis#429 it unfortunately looks like an aqua bug because aqua imports ignis in places. But the 0.3.3 ignis release and the corresponding metapackage release 0.19.6 (which are working their way through CI and automation right now) should fix this. |
The qiskit 0.19.6 metapackage release (which includes ignis 0.3.3) is released now it should correct this issue
and the test script returns: I'm going to close this as fixed now, please feel free to reopen it if I missed something. |
Information
What is the current behavior?
qiskit.__qiskit_version__
returns
Additionally, when running this code from the website:
returns this error, which I assume is related, but it confuses me that it managed to run the second import statement but not the third:
Steps to reproduce the problem
Run the code listed above
What is the expected behavior?
qiskit-aqua should return an actual version.
The text was updated successfully, but these errors were encountered: