-
Notifications
You must be signed in to change notification settings - Fork 3.1k
The dependency resolver fails with ResolutionTooDeep error #10096
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
#10032 should be able to resolve this once and for all. |
It would be awesome if you could verify whether it works for you (it seems to for me). |
Side note: this is not likely related to #8314. ResolutioNTooDeep is a symptom for many issues, and I am quite sure the two issues have very different root causes. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Circling back to this, the issue might have actually been a problem with the alpine image we were using in Jenkins. We fixed it by adding
so this is working with the latest version of pip. Thanks for the eyes! |
Uh oh!
There was an error while loading. Please reload this page.
Description
When trying to install the
azure-cli
withpip 21.1.2
, install takes a long time and eventually dies. Backing out to pip21.1.1
seems to resolve this issue.This might be a reoccurrence of #8314
Expected behavior
Packages should install as requested. In this situation, the install hangs on
chardet
which is already installed on the system. After backing out the pip version, the output looks something likepip version
21.1.2
Python version
3.8.10
OS
alpine
How to Reproduce
I am hitting this bug when trying to install
azure-cli
in a Jenkins environment. The commands we are running arehttps://github.com/open-cluster-management/bootstrap-ks/blob/main/aks/install.sh#L64-L82
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: