RequestsDependencyWarning: urllib3 (1.22) or chardet (2.3.0)
vishalkrtr opened this issue · 4 comments
vishalkrtr commented
1N3 commented
Can you try running the following to see if this works?
pip install urllib3 --upgrade
vishalkrtr commented
vishalkrtr commented
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.