[issue45148] ensurepip upgrade fails

Paul Moore report at bugs.python.org
Thu Sep 9 05:28:52 EDT 2021


Paul Moore <p.f.moore at gmail.com> added the comment:

> I don't know technical details but i can successfully use this command: `pip install --upgrade pip`.

On Windows (and not under something like cygwin or msys, which have their own rules)? Anyway, it's not that important, the recommended approach is `python -m pip`, so whether using the non-recommended approach works or not doesn't really matter.

> On pip's issues tracker i was suggested to use `ensurepip --upgrade`.

Let's take that question back to the pip tracker. If you want the latest version of pip (as opposed to the bundled version) ensurepip isn't the right approach.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45148>
_______________________________________


More information about the Python-bugs-list mailing list