-
Notifications
You must be signed in to change notification settings - Fork 3.1k
pip config failed to write pip.ini when using MS Store py #13292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If you run Pip doesn't have any control over the way it's installed via the Microsoft Store distribution, or the choices it makes about config files. I don't think it's a good design choice to automatically fall over from global to user config when the user explicitly requests global. |
Here are the output of
PS. I manually created |
Description
Some locations are readonly when py is installed via MS Store.
I searched issues and there was one essentially reporting the same error just like what I'm encountering.
#11920
Expected behavior
Write to Appdata.
Or abort the action but show a graceful message to the user.
pip version
25.0.1
Python version
3.11
OS
Win11 24H2
How to Reproduce
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: