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

RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version #400

Closed
mxmilkiib opened this issue May 14, 2019 · 2 comments
Labels
Support Questions that needs answering with no code changes needed or that only require a one time change

Comments

@mxmilkiib
Copy link

The first line of output when I run whipper cd rip is;

/usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)
...

I have these installed:

  • python2-chardet 3.0.4-2
  • python2-urllib3 1.25.2-1
@welcome
Copy link

welcome bot commented May 14, 2019

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing instructions.

@Freso
Copy link
Member

Freso commented May 15, 2019

This is because you have installed requests (a Python library) which has hardcoded version dependencies and haven’t updated this to account for the recently updated urllib3 to versions 1.25.x.

All in all, this is just a notice and a warning and won’t actually affect you (urllib3 1.25.x is perfectly API compatible with 1.24.x and thus works perfectly fine with latest requests). requests will have a new version Soon™ and the warning will go away.

See https://github.com/kennethreitz/requests/issues/5067 for discussion in upstream.

@Freso Freso closed this as completed May 15, 2019
@JoeLametta JoeLametta added the Support Questions that needs answering with no code changes needed or that only require a one time change label Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Questions that needs answering with no code changes needed or that only require a one time change
Projects
None yet
Development

No branches or pull requests

3 participants