$ C:\Python27> pip install --upgrade pip You are using pip version 6.0.8, however version 7.1.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Collecting pip from https://pypi.python.org/packages/py2.py3/p/pip/pip-7.1.0-py2.py3-none-any.whl
the previous version of pip disappeared, but after that I get this exception:
Rolling back uninstall of pip Exception: Traceback (most recent call last): File "c:\python27\lib\site-packages\pip-6.0.8-py2.7.egg\pip\basecommand.py", line 232, in main status = self.run(options, args) . . . AttributeError: 'NoneType' object has no attribute 'bytes'
I have setuptools update and distribution , also I tried installing pip manualy and got the following:
$ C:\Python27> pip install 7.1.10 You are using pip version 6.0.8, however version 7.1.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Collecting 7.1.10 Could not find any downloads that satisfy the requirement 7.1.10 No distributions at all found for 7.1.10
source share