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
What did you want to do?
Install a corporate, internally built package that I suspect will dependencies conflicts
Additional information
Attempting to test the new resolver
Corporate setting
No access to PyPI.org, packages stored in internal corporate pip repo
(JFrog Artifactory)
2 index total: 1 in PIP_INDEX_URL, 1 in PIP_EXTRA_INDEX_URL
Installing a corporate, internally built package that I suspect will
dependencies conflicts
Some of the dependencies of the package are specified with optional
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.
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.
Thank you @ynouri for giving us your feedback! We will keep it in mind and proceed using #8713 as the issue we work on to make this better. Thanks for testing pip.
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: