This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mattip
Recipients brett.cannon, mattip, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-01-08.22:45:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546987520.17.0.731862977401.issue35688@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-01-08 22:45:23mattipsetrecipients: + mattip, brett.cannon, paul.moore, tim.golden, zach.ware, steve.dower
2019-01-08 22:45:20mattipsetmessageid: <1546987520.17.0.731862977401.issue35688@roundup.psfhosted.org>
2019-01-08 22:45:20mattiplinkissue35688 messages
2019-01-08 22:45:20mattipcreate