我运行了此命令from scipy.integrate import odeint
,但我收到以下错误。我是python的新手。我已经安装了scipy
和numpy
,但我不知道还有什么不足以运行它。请帮忙。
Traceback (most recent call last):
File "<pyshell#8>", line 1, in <module>
from scipy.integrate import odeint
File "C:\Python34\lib\site-packages\scipy\integrate\__init__.py", line 51, in <module>
from .quadrature import *
File "C:\Python34\lib\site-packages\scipy\integrate\quadrature.py", line 6, in <module>
from scipy.special.orthogonal import p_roots
File "C:\Python34\lib\site-packages\scipy\special\__init__.py", line 601, in <module>
from ._ufuncs import *
ImportError: DLL load failed: The specified module could not be found.
答案 0 :(得分:0)
您需要从以下链接安装Numpy
,该链接的Numpy+MKL
版本链接到英特尔®数学核心函数库。