numpy import error: "Importing the multiarray numpy extension module failed"
Using PyCharm on Windows10 and having issues with numpy
Using python 3.6 (Anaconda) as my interpreter, and numpy 1.13.3. Uninstalling then reinstalling numpy and upgrading/downgrading numpy does not fix the problem.
Numpy appears correctly under settings -> project interpreter -> packages.
Everything works correctly in ipython & spyder.
The error I get when trying to import numpy in PyCharm is:
˝ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control). Otherwise reinstall numpy.
Original error was: DLL load failed: The specified module could not be found"
Which would be great, but as mentioned I get this for every build I try! Any help would be appreciated
请先登录再写评论。
Update: numpy 1.13.3 *works* when I use a conda environment within PyCharm!
Still not working in PyCharm's virtual env
I have the same issue.
It happened after I installed the library "scikit-image" using Anaconda on a specific environment.
I tried to reinstall the entire library and all the packages in it, after it didn't work out I tried to reinstall Anaconda (and I removed all the libraries I had) and it didn't work out as well. I tried to reinstall also Pycharm and it also didn't work out.
before I installed "scikit-image" I had numpy, scipy, imageio, matplotlib installed. (maybe I had problems with the dependencies?)
I tried to reinstall numpy several times and install it with different versions and it didn't help.
if I'm using Pycharm's tool for install numpy it works, but it is not working when I'm using Anaconda to install it (which is important because I need to manage the libraries in Anaconda)
Hi,
It's a known issue https://youtrack.jetbrains.com/issue/PY-27234, please vote for it and follow for future updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.