-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed as not planned
Labels
OS-windowstopic-installationtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
I've installed python from Microsoft Store. When I want to change my pypi source with command 'pip install -i https://mirrors.ustc.edu.cn/pypi/web/simple pip -U' and 'pip config set global.index-url https://mirrors.ustc.edu.cn/pypi/web/simple'. But I got an error:


After reading the message, I realize that it because of 'WindowsApps'(Microsoft Store installation path) need to access as SYSTEM permission. Although I try to run this command as Administrator, it still doesn't work. I think we should move pip.ini into another place where can access with user permission.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
OS-windowstopic-installationtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error