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
Could not find a version that satisfies the requirement common-lib (from versions: )
[EnvCommandError]
Command ['/.../parent-package/.venv/bin/python', '-m', 'pip', 'install', '--no-deps', '-U', '-e', '/.../dependency-a'] errored with the following return code 1, and output:
Obtaining file:///.../dependency-a
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'error'
Complete output from command /.../parent-package/.venv/bin/python /.../parent-package/.venv/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /private/var/folders/1_/drxyjr152tvfmv8jp80hyzrw0000gp/T/pip-build-env-ngjdr72c/normal --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- click>=6.7,<7.0 common-lib strict-rfc3339>=0.7.0,<0.8.0 pytz>=2018.7,<2019.0 dataflows>=0.0.37,<0.0.38 jsonschema-extractor>=0.8.1,<0.9.0 csv-diff>=0.5.1,<0.6.0:
Collecting click<7.0,>=6.7
Using cached https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl
Collecting common-lib
Could not find a version that satisfies the requirement common-lib (from versions: )
No matching distribution found for common-lib
You are using pip version 19.0.3, however version 19.2.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
----------------------------------------
Command "/.../parent-package/.venv/bin/python /.../parent-package/.venv/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /private/var/folders/1_/drxyjr152tvfmv8jp80hyzrw0000gp/T/pip-build-env-ngjdr72c/normal --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- click>=6.7,<7.0 common-lib strict-rfc3339>=0.7.0,<0.8.0 pytz>=2018.7,<2019.0 dataflows>=0.0.37,<0.0.38 jsonschema-extractor>=0.8.1,<0.9.0 csv-diff>=0.5.1,<0.6.0" failed with error code 1 in None
You are using pip version 19.0.3, however version 19.2.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
So while the root cause of the similar issue #1123 seems to be fixed, I am still unable to use poetry install in the same setup without commenting out [build-system]. The issue is now something to do with version resolution. Troubleshooting I tried to do:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: macOS + 10.14.5
Poetry version:
1.0.0b1
(get_poetry.py
script)Issue
With this relative dependency graph:
I get an
EnvCommandError
with the salient line:Could not find a version that satisfies the requirement common-lib (from versions: )
So while the root cause of the similar issue #1123 seems to be fixed, I am still unable to use
poetry install
in the same setup without commenting out[build-system]
. The issue is now something to do with version resolution. Troubleshooting I tried to do:*.egg-info
,pip-wheel-metadata
,.venv
,poetry.lock
pyproject.toml
parent
pyproject.toml
dependency
pyproject.toml
The text was updated successfully, but these errors were encountered: