This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asmodai
Recipients asmodai, larry
Date 2014-02-24.07:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393226317.09.0.255204057172.issue20757@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2014-02-24 07:18:37asmodaisetrecipients: + asmodai, larry
2014-02-24 07:18:37asmodaisetmessageid: <1393226317.09.0.255204057172.issue20757@psf.upfronthosting.co.za>
2014-02-24 07:18:37asmodailinkissue20757 messages
2014-02-24 07:18:36asmodaicreate