[Solved] urllib3 (1.25.3) or chardet (2.2.1) doesn’t match a supported version!

Hi i have faced the same error while running some python script but was able to resolve it with below-given command, I hope it works for you too. Error:- /usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.3) or chardet (2.2.1) doesn’t match a supported version! RequestsDependencyWarning) Traceback (most recent call last): File “/usr/bin/instapy”, line 6, in <module> from instapy_cli.__main__ import main File “/usr/lib/python2.7/site-packages/instapy_cli/__main__.py”, line 6, in <module> version = pkg_resources.require(‘instapy_cli’)[0].version File “/usr/lib/python2.7/site-packages/pkg_resources.py”, line 728,…