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: requests version is fixed #11

Open
ihor-nahuliak opened this issue Oct 23, 2020 · 1 comment
Open

requirements: requests version is fixed #11

ihor-nahuliak opened this issue Oct 23, 2020 · 1 comment

Comments

@ihor-nahuliak
Copy link

Currently requests.txt contains:

requests==2.3.0
termcolor==1.1.0

It provokes conflicts with other libraries dependencies.
Please use >= dependency rule:

requests>=2.3.0
termcolor>=1.1.0
@aviindub
Copy link

hi there, i am running into this same issue and it is causing a ResolutionImpossible error in pip. many packages are requiring versions of requests greater than 2.3.0.

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