我的numpy的版本是1.15.1,我使用的是anaconda环境。
今天在导入numpy库时遇到了一个出乎意料的错误
>>> import numpy
Traceback (most recent call last):
File "C:\Users\peter\AppData\Local\Continuum\anaconda3\lib\site-packages\numpy\core\__init__.py", line 16, in <module>
from . import multiarray
ImportError: DLL load failed: 找不到指定的模块。
During handling of the above exception, another exception occurred:
Traceback (most recent call last)