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

mattip report at bugs.python.org
Sun Feb 17 03:40:05 EST 2019


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

I think the original problem we had with the AddDllDirectory approach was that once set, it seems to mitigate searching the os.environ['PATH'] for dll loading. Is that accurate? Would RemoveDllDirectory restore the ability to find DLLs along the system PATH?

> This wouldn't solve the problem of DLL name and version conflicts, however

Right, so far we are discussing the easier problem of adding search paths, not their order. This does become an issue for users who modify their system path in order to overcome the first problem, and end up pulling in the wrong version of a support DLL.

----------

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


More information about the Python-bugs-list mailing list