requestsdepenencywarning: urllib3 (1.24.2) or chardet (3.0.4) doesn't match a supported version!
See original GitHub issueI am using a scrip python on ubuntu 18.04.2 LTS, python version 3.6.5.
When I run my script a message of warning is shown for me, but I am not using in my script the urllib3 or others like this.
I try to use apt-get install urllib3 - apt-get install -f - apt-get install urllib3 --upgrade and and none solved this problem.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
urllib3 (1.9.1) or chardet (2.3.0) doesn't match a supported ...
This is because of different requests module installed by the OS and the python dependencies for your local installation.
Read more >urllib3 (1.26.1) or chardet (3.0.4) doesn't match a supported ...
In the startup logs is a warning ready(): initializing watson /home/valentijn/venv/lib/python3.8/site-packages/requests/__init__.py:89: ...
Read more >RequestsDependencyWarning: urllib3 or chardet doesn't ...
Python: RequestsDependencyWarning: urllib3 or chardet doesn't match a supported version! Support Software & Applications.
Read more >urllib3 (1.26.6) or chardet (3.0.4) doesn't match a supported ...
After upgrading the OS to Ubuntu 20.04, the monitoring plugin check_esxi_hardware returned a warning in the output.
Read more >Python version, urllib3 and chardet dependency warnings
... urllib3 (1.26.7) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) openscaptesting | SUCCESS ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@chekroA Your issue is because requests 1.21.X doesn’t support urllib3 1.25.X. Try downgrading urllib3 via
python -m pip install "urllib3<1.25".Sorry because I delayed to answer…
@XuHaoIgeneral I did it, but the error remains.
In my code I don’t use urllib but, only ubuntu 18.04 LTS, when I run the code this alert is shown, on Windows don’t.
@sethmlarson only packages installed are telethon, pymongo, elasticsearch and pytz.