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

Conflicting requirements #3

Open
luisdamed opened this issue Sep 13, 2022 · 0 comments
Open

Conflicting requirements #3

luisdamed opened this issue Sep 13, 2022 · 0 comments

Comments

@luisdamed
Copy link

When performing a fresh installation via pip install -r requirements.txt, i get the following error:

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

I was able to complete the installation by modifying the requirements to

certifi==2020.4.5.2
chardet==3.0.4
idna==2.9
requests>=2.23.0
urllib3==1.26.5

Pip installed requests-2.28.1.

Expected behavior:
Running the command pip install -r requirements.txt will perform a complete installation with no conflicting libraries

Actual behavior:
Module requests 2.23.0 depends on urllib3!=1.25.0, !=1.25.1, <1.26 and >=1.21.1, while the original requirements is urllib3==1.26.5

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

1 participant