-
-
Notifications
You must be signed in to change notification settings - Fork 619
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
Unexpected incompatible dependencies #1277
Comments
Hello @astrojuanlu, Thanks for the report! Currently, |
Hi @atugushev do you have an ETA on the adoption of the new pip's resolver? Thanks |
@anotinelg see #1190 and #1298 |
@anotinelg #1539 adds for pip's 2020 dependency resolver support and fixes the issue |
This has been fixed in #1539 with the backtracking resolver, try |
Environment Versions
$ python -V
: Python 3.8.5$ pip --version
: pip 20.3.3 from /home/juanlu/.pyenv/versions/_nbs38/lib/python3.8/site-packages/pip (python 3.8)$ pip-compile --version
: pip-compile, version 5.4.0Steps to replicate
echo 'jupyterlab==3.0.0rc13' > requirements.in
pip-compile
Expected result
Set of constraints that work:
Created with this
requirements.in
:Actual result
Notice that
pip install "jupyterlab==3.0.0rc13"
works, even with the new dependency resolver. Also,pip check
reports no broken packages.(Comes from jupyterlab/retrolab#56)
The text was updated successfully, but these errors were encountered: