[SciPy-user] Scipy Segmentation Fault

Travis Oliphant oliphant.travis at ieee.org
Mon May 8 13:43:32 EDT 2006


Hanno Klemm wrote:
> Hi there,
>
> I try to install scipy-0.4.8 together with numpy-0.9.6 and Python
> 2.4.3 and atlas and blas support. The installation seems to be going
> fine. 
>
> scipy.test(level=1, verbosity=10) 
>
> however results in:
>
> ..
> check_x_bad_size (scipy.linalg.tests.test_fblas.test_zscal)zscal:n=4
>  ... ok
> check_x_stride (scipy.linalg.tests.test_fblas.test_zscal) ... ok
> check_simple (scipy.linalg.tests.test_fblas.test_zswap) ... ok
> check_x_and_y_stride (scipy.linalg.tests.test_fblas.test_zswap) ... ok
> check_x_bad_size (scipy.linalg.tests.test_fblas.test_zswap)zswap:n=4
>  ... ok
> check_x_stride (scipy.linalg.tests.test_fblas.test_zswap) ... ok
> check_y_bad_size (scipy.linalg.tests.test_fblas.test_zswap)zswap:n=3
>  ... ok
> check_y_stride (scipy.linalg.tests.test_fblas.test_zswap) ... ok
> affine_transform 1 ... FAIL
> affine transform 2 ... FAIL
> affine transform 3 ... FAIL
> affine transform 4 ... FAIL
> affine transform 5Segmentation fault
>
> I don't have any idea what I'm doing wrong.
>
>   

Are you on a 64-bit machine?  This looks like the problem with ndimage 
on 64-bit machines.

-Travis




More information about the SciPy-User mailing list