I am new to Ubuntu and was trying to install pip using get-pip.py , when I received this message.
Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist- packages/pip-8.1.2-py2.7.egg
But when I enter pip -V
, I receive an error saying :
The 'pip==7.1.0' distribution was not found and is required by the application
I was trying to install new packages using pip install <packagename>
but this command gives the same error as previous .