You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poetry should install required libraries (e.g. numpy, scipy, pybind11, qiskit-terra, cython...
But only qiskit-aer is installed.
Suggested solutions
Qiskit Aer 0.5.2 can resolve the dependency. (poetry add qiskit-aer==0.5.2 installs required libraries.) pipenv can also resolve the dependency for Qiskit Aer 0.6.x.
This may be poetry's or pypi's issue.
The text was updated successfully, but these errors were encountered:
Informations
0.6.0 and 0.6.1
3.8.5
macOS 10.15.6
What is the current behavior?
Steps to reproduce the problem
poetry
(https://github.com/python-poetry/poetry)poetry add qiskit-aer==0.6.x
What is the expected behavior?
Poetry should install required libraries (e.g. numpy, scipy, pybind11, qiskit-terra, cython...
But only qiskit-aer is installed.
Suggested solutions
Qiskit Aer 0.5.2 can resolve the dependency. (
poetry add qiskit-aer==0.5.2
installs required libraries.)pipenv
can also resolve the dependency for Qiskit Aer 0.6.x.This may be poetry's or pypi's issue.
The text was updated successfully, but these errors were encountered: