[SciPy-user] installation_problems

eric eric at scipy.org
Tue Feb 19 12:56:34 EST 2002


Pearu,

Is everything working for you?

eric

----- Original Message -----
From: "Pearu Peterson" <pearu at cens.ioc.ee>
To: <scipy-user at scipy.org>
Sent: Tuesday, February 19, 2002 1:52 PM
Subject: Re: [SciPy-user] installation_problems


>
> Hi Karshi,
>
> I have experienced exactly the same failure several times. And each time I
> have forgot to fix
>
>   scipy_distutils/atlas_info.py: library_path = ''
>
> to something like
>   library_path = ['/path/to/my/atlas/']
>
> Could you check also that? In my system, directory /path/to/my/atlas/
> contains the following files:
>   libatlas.a  libcblas.a  libf77blas.a  liblapack.a  libtstatlas.a
>
> If that seems to be correct in your system and also the library_path was
> fixed, then try running
>   cd scipy/linalg
>   python setup_linalg.py build
>
> and send me the output. Btw, do you use the latest scipy from CVS? Please,
> update, if not.
>
> Regards,
> Pearu
>
> On Tue, 19 Feb 2002, Karshi wrote:
>
> > It seem to me nothing is working :
> > ----------------------------------------------
> > khasanov at compton:~> python
> > Python 2.1.1 (#1, Jan 13 2002, 14:58:11)
> > [GCC 2.95.3 20010315 (SuSE)] on linux2
> > Type "copyright", "credits" or "license" for more information.
> > >>> from scipy import *
> > /usr/local/lib/python2.1/site-packages/scipy/linalg/clapack.so: undefined sy
> > mbol: clapack_sgetrf
> > Warning: FFT package not found. Some names will not be available
> > Traceback (most recent call last):
> >   File "<stdin>", line 1, in ?
> >   File "/usr/local/lib/python2.1/site-packages/scipy/__init__.py", line 91,
> > in ?
> >     names2all(__all__, _level1a, globals())
> >   File "/usr/local/lib/python2.1/site-packages/scipy/__init__.py", line 41,
> > in names2all
> >     exec("import %s" % name, gldict)
> >   File "<string>", line 1, in ?
> >   File "/usr/local/lib/python2.1/site-packages/scipy/basic1a.py", line 10, i
> > n ?
> >     from scipy.linalg import eig
> > ImportError: cannot import name eig
> > >>>
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
>





More information about the SciPy-User mailing list