We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR: Cannot install -r requirements.txt (line 34) and urllib3==1.26.2 because these package versions have conflicting dependencies.
The conflict is caused by: The user requested urllib3==1.26.2 requests 2.21.0 depends on urllib3<1.25 and >=1.21.1
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ERROR: Cannot install -r requirements.txt (line 34) and urllib3==1.26.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested urllib3==1.26.2
requests 2.21.0 depends on urllib3<1.25 and >=1.21.1
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: