【问题标题】:from scipy.integrate import odeint returns error [duplicate]from scipy.integrate import odeint 返回错误 [重复]
【发布时间】:2016-03-10 22:15:03
【问题描述】:

我运行了这个命令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.

【问题讨论】:

    标签: python numpy scipy runtime-error


    【解决方案1】:

    您需要从以下链接安装Numpy,其中Numpy+MKL 构建链接到英特尔® 数学核心函数库。

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

    【讨论】:

    • 谢谢,但我仍然得到同样的错误不知道怎么了?我已经安装了 scipy、numpy、pylab 但没有运气:|
    • 从头开始,使用另一个 python 发行版 - 查看 anaconda
    猜你喜欢
    • 1970-01-01
    • 2012-03-15
    • 1970-01-01
    • 1970-01-01
    • 2023-03-21
    • 2012-02-25
    • 2021-11-08
    • 2021-10-15
    • 2022-08-12
    相关资源
    最近更新 更多