[Solved] Unable to locate package python-pip

When you’re getting Unable to locate package python-pip, you can follow the below solution. It has worked for me. Error:- root@kali:~# sudo apt install python-pip Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package python-pip Solution:- root@kali:~# sudo apt-get update && sudo apt-get install python-pip Get:1 http://ftp.harukasan.org/kali kali-rolling InRelease [30.5 kB] Get:2 http://ftp.harukasan.org/kali kali-rolling/main amd64 Packages [16.5 MB] Get:3 http://ftp.harukasan.org/kali kali-rolling/non-free amd64 Packages…

[Logs] Installation pip install whatsapp-cli

navdeep@D2:~$ sudo pip install whatsapp–cli /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown. warnings.warn(warning, RequestsDependencyWarning) DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won’t be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support…

[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,…