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

Failure: ImportError (cannot import name certs) ... ERROR #1459

Closed
esobolievv opened this issue Oct 17, 2018 · 2 comments
Closed

Failure: ImportError (cannot import name certs) ... ERROR #1459

esobolievv opened this issue Oct 17, 2018 · 2 comments

Comments

@esobolievv
Copy link

Hi Team,

I faced today with problem where on CI build was failed for my app
I have investigated problem a part of the day and found that new version urlib3 doesn't supports by requests module = 2.19.1.
So, some log for it:
requests 2.19.1 has requirement urllib3<1.24,>=1.21.1, but you'll have urllib3 1.24 which is incompatible.

So, pip has installed new version but, it doesn't supported, unfortunately.

I solved it with hardcoded version in my requirements.txt file and it works like a charm for now

May be it will help somebody.

Thanks, Evgeniy

@esobolievv
Copy link
Author

I think need to request support your new version from team who provided 'requests' lib

@nateprewitt
Copy link
Member

psf/requests#4830

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

3 participants