Skip to content
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

Dependency management issue #3390

Closed
sambhavnoobcoder opened this issue Apr 26, 2024 · 2 comments
Closed

Dependency management issue #3390

sambhavnoobcoder opened this issue Apr 26, 2024 · 2 comments

Comments

@sambhavnoobcoder
Copy link

Subject

I tried installing urllib3 on a Ubuntu system . on first install it gave the error asking a version of idna<4 and idna>=2.5 . however on installing idna ==2.5 , it asked me a version of idna >=2.8 , hence making a redundant install step

Environment

Ubuntu 22.04 LTS

Steps to Reproduce

pip install urllib3

Expected Behavior

requires idna >=2.8

What should happen.

requires idna >=2.8

Actual Behavior

requires idna <4 ,>=2.5
What happens instead.
You may attach logs, packet captures, etc.

@sigmavirus24
Copy link
Contributor

Please provide actual commands and real output. Real pip wouldn't tell you to install 2.5 and then 2.8. Likely what you saw was a conflict with your system packages or with some other dependency you have. In that case you didn't read the message closely and didn't understand what it was telling you (that it couldn't resolve the conflict). In that case, there's no big in this project

@sethmlarson
Copy link
Member

Closing this due to lack of response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants