[New-bugs-announce] [issue45603] [Windows]

Dean report at bugs.python.org
Sun Oct 24 23:59:29 EDT 2021


New submission from Dean <hl2guide at gmail.com>:

Running on Windows 10 Home PC, I'm running into an issue with Windows user account privileges and updating Python packages.

Upgrading a package (e.g. pip) with a lower-level user on Windows can result in a broken pip package (message of "no 'pip' package can be found").

It can be fixed by running (as admin):
python -m ensurepip

Then running an upgrade command as Admin.

Please consider enforcing Admin privileges for this action (upgrading packages).

----------
components: Library (Lib)
messages: 404949
nosy: hl2guide
priority: normal
severity: normal
status: open
title: [Windows]
type: behavior
versions: Python 3.10

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


More information about the New-bugs-announce mailing list