来自scipy.integrate import odeint返回错误

时间:2015-12-06 05:41:38

标签: python numpy scipy runtime-error

我运行了此命令from scipy.integrate import odeint,但我收到以下错误。我是python的新手。我已经安装了scipynumpy,但我不知道还有什么不足以运行它。请帮忙。

  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.

1 个答案:

答案 0 :(得分:0)

您需要从以下链接安装Numpy,该链接的Numpy+MKL版本链接到英特尔®数学核心函数库。

link:http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy