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
-- http://mail.python.org/mailman/listinfo/python-list