[SciPy-dev] ImportError: ndimage does not yet support 64-bit systems
Nils Wagner
nwagner at iam.uni-stuttgart.de
Mon Apr 3 02:58:17 CDT 2006
>>> from scipy import *
import linsolve.umfpack -> failed: No module named _umfpack
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib64/python2.4/site-packages/scipy/ndimage/__init__.py",
line 33, in ?
raise ImportError, "ndimage does not yet support 64-bit systems"
ImportError: ndimage does not yet support 64-bit systems
I know that I can disable
config.add_subpackage('ndimage')
in ~/scipy/Lib/setup.py
but is there another option to fix the problem on 64bit systems ?
Nils
More information about the Scipy-dev
mailing list