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

Steve Dower report at bugs.python.org
Tue Jan 15 13:18:41 EST 2019


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

I posted on the numpy thread: Most likely the DLL is failing to load, which the importer returns as "not found" (as it falls back on other search mechanisms and doesn't retain the error). I suggested loading it directly with ctypes to see if there's a better error indicator.

----------

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


More information about the Python-bugs-list mailing list