New submission from mattip <matti.pi...@gmail.com>:

After enabling Insider and installing Python3.7 from the Windows Store, I open 
a cmd window and do `pip install --user numpy` which runs to completion. But I 
cannot `import numpy`. 

The NumPy `mutiarray` c-extension module in the `numpy/core` directory depends 
on an `OpenBLAS` DLL that is installed into the `numpy/.libs` directory. But 
even after adding that directory to the `PATH` before running python (and 
checking with `depends.exe` that the `multiarray` c-extension module is now not 
missing any dependencies) I still cannot `import numpy`.

See also NumPy issue https://github.com/numpy/numpy/issues/12667

----------
components: Windows
messages: 333262
nosy: brett.cannon, mattip, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: "pip install --user numpy" fails on Python from the Windos Store
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35688>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to