我一直在尝试使用numpy和需要numpy的库,但是在运行代码时我总是遇到同样的错误。但是,代码本身没有错误。错误:
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 procedure could not be
found.
我确实安装了numpy。我有运行python 3.6的Windows 10 64位。这个错误意味着什么,我该如何解决?我已经卸载,重新安装,并做了很多其他的事情,但无济于事。我使用了pip install
答案 0 :(得分:0)
从链接安装Anaconda Download Anaconda。这将预装所有必需的库。 如果你想使用数据分析工具,这是最好的选择。
答案 1 :(得分:0)
如果您在Windows上运行,则需要安装一些已经为您编译的库。否则你必须得到正确版本的visual studio才能编译库
从此站点下载python版本的滚轮
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
然后pip install C:\...\Downloads\numpy‑1.13.1+mkl‑cp36‑cp36m‑win32.whl