1N3/BlackWidow

RequestsDependencyWarning: urllib3 (1.22) or chardet (2.3.0)

vishalkrtr opened this issue · 4 comments

I installed all requirements but I am facing this error.

/home/darklord/.local/lib/python2.7/site-packages/requests/init.py:80: RequestsDependencyWarning: urllib3 (1.22) or chardet (2.3.0) doesn't match a supported version!
RequestsDependencyWarning)
black

1N3 commented

Can you try running the following to see if this works?

pip install urllib3 --upgrade

Help me to resolve that.

It is showing some permission error.
I try > sudo -H pip install urllib3 --upgrade
But it does not resolve my problem.
new_black

I resolved the issue by manually deleting all files related to urllib3 and chardet and reinstall these again.

blackwidow working perfectly now.

Thanks

1N3 commented

awesome, glad to hear you got it working.