<div dir="ltr">I have built and installed numpy on Debian from source successfully as follows.<div><br></div><div>export LAPACK=/usr/lib/lapack/liblapack.so;export ATLAS=/usr/lib/atlas-base/libatlas.so;</div><div>python setup.py build;</div>
<div>python setup.py install;</div><div><br></div><div>Then I change directory from the numpy sources directory. Then I give the command "python -c 'import numpy; numpy.test()' I get the error pasted below. How can I resource this issue?</div>
<div><br></div><div><div>Traceback (most recent call last):</div><div>  File "<string>", line 1, in <module></div><div>  File "/home/allank/SmashCell/local/lib/python2.7/site-packages/numpy/__init__.py", line 130, in <module></div>
<div>    import add_newdocs</div><div>  File "/home/allank/SmashCell/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in <module></div><div>    from lib import add_newdoc</div><div>  File "/home/allank/SmashCell/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, in <module></div>
<div>    from polynomial import *</div><div>  File "/home/allank/SmashCell/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 18, in <module></div><div>    from numpy.linalg import eigvals, lstsq</div>
<div>  File "/home/allank/SmashCell/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 47, in <module></div><div>    from linalg import *</div><div>  File "/home/allank/SmashCell/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 22, in <module></div>
<div>    from numpy.linalg import lapack_lite</div><div>ImportError: libatlas.so.3: cannot open shared object file: No such file or directory</div></div><div><br></div><div><br></div><div><br><div><br></div><div><br></div>
</div></div>