-
Notifications
You must be signed in to change notification settings - Fork 113
New pip resolver breaks installation #1826
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
Comments
For example:
cannot co-exist with:
|
Links? |
https://blog.python.org/2020/11/pip-20-3-release-new-resolver.html https://source.cloud.google.com/results/invocations/2bfc97e7-90a0-4fd6-a98e-c9ed41905dbd/log :
|
That looks like an issue with cairo? |
It's not. It's an issue with conflicts and the fact that the new pip resolver is insane. It will try to back track packages an infinite number of versions, when it really just needs to stop. |
For example:
|
verse
|
I think just adding a |
Possible, but also unneeded. Anyways, the problem also appears to be one of the following packages:
I'm bisecting to see which is the problem. |
The problem lies in |
It does seem like the correct format for a requirement should be |
It seems like the |
The new pip resolver breaks the current
requirements.txt
. In particular, installing a package in edit mode is not compatible with git URL eggs.The text was updated successfully, but these errors were encountered: