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 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/lapack:/usr/lib/atlas-base; On Mon, Dec 10, 2012 at 2:54 PM, Alexander Eberspächer < [email protected]> wrote: > On Mon, 10 Dec 2012 13:57:04 +0300 > Allan Kamau <[email protected]> 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 $LD_LIBRARY_PATH? If not, try adding > those. > > Hope that helps! > > Cheers, > > Alex > > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion >
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
