[issue36529] Python from WindowsStore: can't install package using "-m pip"

Steve Dower report at bugs.python.org
Sat Apr 6 14:03:38 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

Yeah, right now you need to also pass --local when you use -m (the bundled pip.exe does this automatically). Your user account does not have permission to install into the global site directory.

Once we update the bundled pip I can add a site-specific configuration file to handle both cases transparently (I had to enable it in pip first before we could make CPython handle it).

----------
assignee:  -> steve.dower
components: +Windows
nosy: +tim.golden, zach.ware
versions: +Python 3.8, Python 3.9

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


More information about the Python-bugs-list mailing list