2

使用 python 2.6 的 64 位版本,我从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 。这是软件包问题还是我的安装/配置问题?

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

4

0 回答 0