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

Incompatible Urllib warning during installation #14

Closed
olitheolix opened this issue Jun 8, 2018 · 1 comment
Closed

Incompatible Urllib warning during installation #14

olitheolix opened this issue Jun 8, 2018 · 1 comment

Comments

@olitheolix
Copy link
Contributor

When I install the requirements file with pip install -r requirements.txt I get this error:

requests 2.18.4 has requirement urllib3<1.23,>=1.21.1, but you'll have urllib3 1.23 which is incompatible.

Everything still works and all tests pass but I wonder if you know how to solve this one.

@tomplus
Copy link
Owner

tomplus commented Jun 8, 2018

Thanks for spotting this !

It looks like the latest version of requests is not compatible with the latest version of urllib3. I added additional constraints to fix the problem but in general I'm going to remove the dependencies to these synchronous libraries soon.

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