redhat 6.5最近是否破坏了scipy?

时间:2014-07-08 19:24:51

标签: scipy redhat

我有一个我已经工作多年的计划。我从5月12日开始没有更新它。当我今天运行它时会出现错误:

gsh@localhost 2014-05-08]$ ./kaplan.py
/usr/lib64/python2.6/site-packages/numpy/oldnumeric/__init__.py:11: ModuleDeprecationWarning: The oldnumeric module will be dropped in Numpy 1.9
  warnings.warn(_msg, ModuleDeprecationWarning)
Traceback (most recent call last):
  File "./kaplan.py", line 6, in <module>
    from scipy import interpolate, constants
  File "/usr/lib64/python2.6/site-packages/scipy/interpolate/__init__.py", line 15, in <module>
    from polyint import *
  File "/usr/lib64/python2.6/site-packages/scipy/interpolate/polyint.py", line 2, in <module>
    from scipy import factorial
ImportError: cannot import name factorial

我正在运行Redhat 6.5工作站。我认为redhat在5月12日到现在之间的某个时候打破了scipy。它看起来像我是正确的,还是其他可能错的?

0 个答案:

没有答案