[GH-ISSUE #14] RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version! #11

Closed
opened 2026-03-03 15:56:42 +03:00 by kerem · 1 comment
Owner

Originally created by @jordantsap on GitHub (Jan 5, 2020).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/14

Using it in Parrot OS 4.7
command python Cloudmare.py target.site

Output:
/usr/share/python-wheels/requests-2.21.0-py2.py3-none-any.whl/requests/init.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version!

Originally created by @jordantsap on GitHub (Jan 5, 2020). Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/14 Using it in Parrot OS 4.7 command python Cloudmare.py target.site Output: /usr/share/python-wheels/requests-2.21.0-py2.py3-none-any.whl/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version!
kerem closed this issue 2026-03-03 15:56:43 +03:00
Author
Owner

@niicolasalves commented on GitHub (May 4, 2020):

Using it in Parrot OS 4.7
command python Cloudmare.py target.site

Output:
/usr/share/python-wheels/requests-2.21.0-py2.py3-none-any.whl/requests/init.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version!

I installed PySocks via Python and solved it.

pip3 install pysocks --user

<!-- gh-comment-id:623737939 --> @niicolasalves commented on GitHub (May 4, 2020): > Using it in Parrot OS 4.7 > command python Cloudmare.py target.site > > Output: > /usr/share/python-wheels/requests-2.21.0-py2.py3-none-any.whl/requests/**init**.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version! I installed PySocks via Python and solved it. `pip3 install pysocks --user`
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cloudmare#11
No description provided.