[Numpy-discussion] ImportError: libatlas.so.3: cannot open shared object file

2012-12-10 Thread Allan Kamau
I have built and installed numpy on Debian from source successfully as follows. export LAPACK=/usr/lib/lapack/liblapack.so;export ATLAS=/usr/lib/atlas-base/libatlas.so; python setup.py build; python setup.py install; Then I change directory from the numpy sources directory. Then I give the

Re: [Numpy-discussion] ImportError: libatlas.so.3: cannot open shared object file

2012-12-10 Thread Alexander Eberspächer
On Mon, 10 Dec 2012 13:57:04 +0300 Allan Kamau kamaual...@gmail.com wrote: I have built and installed numpy on Debian from source successfully as follows. [...] ImportError: libatlas.so.3: cannot open shared object file: No such file or directory Are the paths to ATLAS in your

Re: [Numpy-discussion] ImportError: libatlas.so.3: cannot open shared object file

2012-12-10 Thread Allan Kamau
I did add the paths to LD_LIBRARY_PATH as advised (see below), then python setup.py clean;python setup.py build;python setup.py install; but the same error persists. export LAPACK=/usr/lib/lapack/liblapack.so;export ATLAS=/usr/lib/atlas-base/libatlas.so; export

Re: [Numpy-discussion] ImportError: libatlas.so.3: cannot open shared object file

2012-12-10 Thread Olivier Delalleau
2012/12/10 Allan Kamau kamaual...@gmail.com I did add the paths to LD_LIBRARY_PATH as advised (see below), then python setup.py clean;python setup.py build;python setup.py install; but the same error persists. export LAPACK=/usr/lib/lapack/liblapack.so;export