Install NumPy in python 2.6
gopal mishra
gopalm at infotechsw.com
Fri Mar 13 07:20:57 EDT 2009
Hi,
I am trying to install SciPy and NumPy in Python 2.6 (OS - Win XP).
http://downloads.sourceforge.net/numpy/numpy-1.2.1.tar.gz
http://downloads.sourceforge.net/scipy/scipy-0.7.0.tar.gz
While installing numpy It gives following installation error.
Running from numpy source directory.
non-existing path in 'numpy\\distutils': 'site.cfg'
c:\temp\easy_install-wgr5j_\numpy-1.2.1\numpy\distutils\system_info.py:1340:
Use
rWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
warnings.warn(AtlasNotFoundError.__doc__)
c:\temp\easy_install-wgr5j_\numpy-1.2.1\numpy\distutils\system_info.py:1349:
Use
rWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
warnings.warn(BlasNotFoundError.__doc__)
c:\temp\easy_install-wgr5j_\numpy-1.2.1\numpy\distutils\system_info.py:1352:
Use
rWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
warnings.warn(BlasSrcNotFoundError.__doc__)
c:\temp\easy_install-wgr5j_\numpy-1.2.1\numpy\distutils\system_info.py:1247:
Use
rWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
warnings.warn(AtlasNotFoundError.__doc__)
c:\temp\easy_install-wgr5j_\numpy-1.2.1\numpy\distutils\system_info.py:1258:
Use
rWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
warnings.warn(LapackNotFoundError.__doc__)
c:\temp\easy_install-wgr5j_\numpy-1.2.1\numpy\distutils\system_info.py:1261:
Use
rWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
warnings.warn(LapackSrcNotFoundError.__doc__)
error: Setup script exited with error: None
How I can install numpy?
Thanks,
Gopal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090313/20cd8658/attachment.html>
More information about the Python-list
mailing list