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

requirements mismatch: urllib3==1.26.5 vs requests==2.23.0 #39

Open
dieck opened this issue Jul 4, 2023 · 1 comment
Open

requirements mismatch: urllib3==1.26.5 vs requests==2.23.0 #39

dieck opened this issue Jul 4, 2023 · 1 comment

Comments

@dieck
Copy link

dieck commented Jul 4, 2023

`ERROR: Cannot install -r requirements.txt (line 5) and urllib3==1.26.5 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested urllib3==1.26.5
requests 2.23.0 depends on urllib3!=1.25.0, !=1.25.1, <1.26 and >=1.21.1
`

It seems you can't have both urllib3 1.26.5 and requests 2.23.0 at the same time.

@Dawnzac
Copy link

Dawnzac commented Jul 10, 2023

removing the version requirement worked for me.

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

2 participants