Error: rllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version
See original GitHub issueI now get this error after upgrading to 2.0.63-1 on Ubuntu 19.04 installed via apt using disco repository:
/opt/az/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version!
RequestsDependencyWarning)
I am able to perform the first couple of basic queries that I could think of without issue. However I get this error every time.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top Results From Across the Web
urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported ...
I got this problem when I tried to run docker-compose: urllib3 (1.24.1) or chardet (3.0.4) doesn't match a supported version.
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 >urllib3 (1.26.6) or chardet (3.0.4) doesn't match a supported ...
So the problem was really because the "requests" python module needed to be installed additionally.
Read more >RequestsDependencyWarning: urllib3 or chardet doesn't ...
I'm getting this error from python: % which pip /usr/bin/pip % pip ... (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ...
Read more >[Solved] urllib3 (1.25.3) or chardet (2.2.1) doesn't match a ...
Hi i have faced the same error while running some python script but was able to resolve it with below-given command, I hope...
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
when I reinstall requests this problem solved
@marstr you mentioned that this only impacts Ubuntu:Disco users, but I can confirm it is an issue on the latest version of MacOS. An excerpt from my install logs below for your reference:
Also, the warning when attempting
az login
:It appears as if I’ve logged in successfully, but the real issue is apparent when I attempt to
terraform plan
: