-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Poetry cannot resolve dependency from Qiskit Aer 0.6.0 #2807
Comments
maybe caused by https://github.com/Qiskit/qiskit-aer/pull/775/files |
When poetry inspects this package the
Note that this does not contain any requirement specifications ( PACKAGE_NAME = os.getenv('QISKIT_AER_PACKAGE_NAME', 'qiskit-aer')
...
setup(
name=PACKAGE_NAME,
...
) |
This change ensures that PEP 517 fallback builds are enabled by default for when metadata inspection and setup.{py,cfg} parsing fails. This is required in order to ensure that package requirements are correctly identified for packages beyond first level dependencies. Resolves: python-poetry#2807
This change ensures that PEP 517 fallback builds are enabled by default for when metadata inspection and setup.{py,cfg} parsing fails. This is required in order to ensure that package requirements are correctly identified for packages beyond first level dependencies. Resolves: python-poetry#2807
This change ensures that PEP 517 fallback builds are enabled by default for when metadata inspection and setup.{py,cfg} parsing fails. This is required in order to ensure that package requirements are correctly identified for packages beyond first level dependencies. Resolves: python-poetry#2807
This change ensures that PEP 517 fallback builds are enabled by default for when metadata inspection and setup.{py,cfg} parsing fails. This is required in order to ensure that package requirements are correctly identified for packages beyond first level dependencies. Resolves: #2807
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).How to reproduce?
poetry add qiskit-aer==0.6.0
to the blank env.Issue
poetry add qiskit-aer==0.5.2
can resolve the dependency and install required packages.However, from qiskit-aer==0.6.0, the dependency cannot be resolved, so poetry installs only qiskit-aer.
Related issue: Qiskit/qiskit-aer#880
The text was updated successfully, but these errors were encountered: