[SciPy-dev] scipy.test() failures

David Warde-Farley dwf at cs.toronto.edu
Mon Oct 26 19:06:26 EDT 2009


On 22-Oct-09, at 6:23 PM, Neil Killeen wrote:

> 2. When I tried to run scipy.test()  I saw errors.  They are in two
> categories:
>
>   ERROR: Failure: ImportError (/usr/local/lib/python2.4/site-packages/
> scipy/linalg/fblas.so: undefined symbol: srotmg_)
>
> and
>
> ImportError: cannot import name {linalg, calc_lwork}
>
>  Perhaps the latter are due to the former ?
>
>
> 3. I read in the FAQ that the solution to the srotmg error is to
> install blas myself either from netlib or via ATLAS
>
> 4. I decided to do the easy thing and installed blas from netlib in /
> usr/local/lib/libblas.a

How did you install it? Did you compile from source?

What about lapack?

Can you paste the output of numpy.show_config() and scipy.show_config()?

David



More information about the SciPy-Dev mailing list