Python 2.6 64位 - scipy.ndimage导入错误

时间:2014-07-17 16:15:01

标签: python numpy scipy importerror ndimage

使用64位版本的python 2.6,我从http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy安装了非官方的64位scipy模块。我尝试运行一个专门使用scipy.ndimage模块的脚本,这导致了这个错误:

Traceback (most recent call last):
  File "PhantomAnalysis.py", line 79, in <module>
    import scipy.ndimage
  File "C:\Python26\lib\site-packages\scipy\ndimage\__init__.py", line 175, in <
module>
    from .measurements import *
  File "C:\Python26\lib\site-packages\scipy\ndimage\measurements.py", line 36, i
n <module>
    from . import _ni_label
ImportError: DLL load failed: The specified procedure could not be found.

我根本无法使用这些软件包导入scipy.ndimage。这是包或我的安装/配置的问题吗?

我可以提供任何其他相关信息。

0 个答案:

没有答案