-
Notifications
You must be signed in to change notification settings - Fork 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
Resolver enters a loop where it collects multiple versions of internally hosted package #8863
Comments
What is the expected action on this? The posted output shows two iterations of the resolver trying different versions of the package, but the output is incomplete. Also, there's no way we can reproduce this issue with the information given. SO there's not much we can do to diagnose the issue or investigate further. My guess (and it can't be much more than a guess based on the amount of information available) is that this is a duplicate of #8713. |
@pradyunsg @uranusjr it would be great to get your opinion on this. |
This is indeed a duplicate of #8713 IMO as well. |
I'm filing this on behalf of @ynouri who provided this via our feedback form for testing the new pip resolver.
pip version
pip 20.2
What did you want to do?
Install a corporate, internally built package that I suspect will dependencies conflicts
Additional information
(JFrog Artifactory)
dependencies conflicts
deps (e.g. corp_package_b[dev])
What happens
The resolver seems to enter in a loop where it collects multiple versions of my package: it displays several times "Collecting my_corporate_package". First version 0.10.1, then 0.9.3, then 0.9.2...I would expect it to send an error instead of looping
Similar to other open Github issues?
Yep - #8713, #8346.
Output
The text was updated successfully, but these errors were encountered: