[issue35688] "pip install --user numpy" fails on Python from the Windows Store

mattip report at bugs.python.org
Fri Feb 15 08:11:16 EST 2019


mattip <matti.picus at gmail.com> added the comment:

Closing. It seems the days of modifying os.environ['PATH'] on windows are over, and packages need to adopt to calling AddDllDirectory. As long as python is built with ctypes, this is easy enough to adopt, even though there are some caveats. See the issue from anaconda https://github.com/ContinuumIO/anaconda-issues/issues/10628

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list