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 hl2guide
Recipients hl2guide
Date 2021-10-25.03:59:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635134369.55.0.048722857986.issue45603@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2021-10-25 03:59:29hl2guidesetrecipients: + hl2guide
2021-10-25 03:59:29hl2guidesetmessageid: <1635134369.55.0.048722857986.issue45603@roundup.psfhosted.org>
2021-10-25 03:59:29hl2guidelinkissue45603 messages
2021-10-25 03:59:29hl2guidecreate