Jeroen Ruigrok van der Werven added the comment:

Ah, this might be something we need to fix in the process of the installer. If 
you have a pip installed that got updated, the install will now fail due 
version mismatch. Updated the title.

Traceback (most recent call last):
  File "F:\Python34\lib\runpy.py", line 171, in _run_module_as_main
    "__main__", mod_spec)
  File "F:\Python34\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "F:\Python34\lib\ensurepip\_uninstall.py", line 30, in <module>
    _main()
  File "F:\Python34\lib\ensurepip\_uninstall.py", line 26, in _main
    ensurepip._uninstall_helper(verbosity=args.verbosity)
  File "F:\Python34\lib\ensurepip\__init__.py", line 133, in _uninstall_helper
    raise RuntimeError(msg.format(pip.__version__, _PIP_VERSION))
RuntimeError: ensurepip will only uninstall a matching pip ('1.5.4' installed, '
1.5.2' bundled)

----------
components: +Windows
title: 3.4rc2 Traceback on Windows compilation script -> 3.4rc2 Traceback on 
Windows pip uninstall

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20757>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to