Доброго времени суток.
При попытке установить библиотеку scipy-0.10.1, насколько я понял, ругается на отсутствие BLAS и ATLAS.

как правильно установить данные библиотеки?
ОС: Windows 7 x64

Running from scipy source directory.
========================================================================
Starting interactive session
————————————————————————

Tasks:
i - Show python/platform/machine information
ie - Show environment information
c - Show C compilers information
c<name> - Set C compiler (current:None)
f - Show Fortran compilers information
f<name> - Set Fortran compiler (current:None)
e - Edit proposed sys.argv.

Task aliases:
0 - Configure
1 - Build
2 - Install
2<prefix> - Install with prefix.
3 - Inplace build
4 - Source distribution
5 - Binary distribution

Proposed sys.argv =

Choose a task (^D to quit, Enter to continue with setup):

blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in C:\Python27\lib
libraries mkl,vml,guide not found in C:\
libraries mkl,vml,guide not found in C:\Python27\libs
NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in C:\Python27\lib
libraries ptf77blas,ptcblas,atlas not found in C:\
libraries ptf77blas,ptcblas,atlas not found in C:\Python27\libs
NOT AVAILABLE

atlas_blas_info:
libraries f77blas,cblas,atlas not found in C:\Python27\lib
libraries f77blas,cblas,atlas not found in C:\
libraries f77blas,cblas,atlas not found in C:\Python27\libs
NOT AVAILABLE


Warning (from warnings module):
File “C:\Python27\lib\site-packages\numpy\distutils\system_info.py”, line 1425
warnings.warn(AtlasNotFoundError.__doc__)
UserWarning:
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 ) or by setting
the ATLAS environment variable.
blas_info:
libraries blas not found in C:\Python27\lib
libraries blas not found in C:\
libraries blas not found in C:\Python27\libs
NOT AVAILABLE


Warning (from warnings module):
File “C:\Python27\lib\site-packages\numpy\distutils\system_info.py”, line 1434
warnings.warn(BlasNotFoundError.__doc__)
UserWarning:
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 ) or by setting
the BLAS environment variable.
blas_src_info:
NOT AVAILABLE


Warning (from warnings module):
File “C:\Python27\lib\site-packages\numpy\distutils\system_info.py”, line 1437
warnings.warn(BlasSrcNotFoundError.__doc__)
UserWarning:
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 ) or by setting
the BLAS_SRC environment variable.

Traceback (most recent call last):
File “C:\Python27\Lib\scipy-0.10.1\setup.py”, line 196, in <module>
setup_package()
File “C:\Python27\Lib\scipy-0.10.1\setup.py”, line 187, in setup_package
configuration=configuration )
File “C:\Python27\lib\site-packages\numpy\distutils\core.py”, line 152, in setup
config = configuration()
File “C:\Python27\Lib\scipy-0.10.1\setup.py”, line 138, in configuration
config.add_subpackage('scipy')
File “C:\Python27\lib\site-packages\numpy\distutils\misc_util.py”, line 1002, in add_subpackage
caller_level = 2)
File “C:\Python27\lib\site-packages\numpy\distutils\misc_util.py”, line 971, in get_subpackage
caller_level = caller_level + 1)
File “C:\Python27\lib\site-packages\numpy\distutils\misc_util.py”, line 908, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File “scipy\setup.py”, line 8, in configuration
config.add_subpackage('integrate')
File “C:\Python27\lib\site-packages\numpy\distutils\misc_util.py”, line 1002, in add_subpackage
caller_level = 2)
File “C:\Python27\lib\site-packages\numpy\distutils\misc_util.py”, line 971, in get_subpackage
caller_level = caller_level + 1)
File “C:\Python27\lib\site-packages\numpy\distutils\misc_util.py”, line 908, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File “scipy\integrate\setup.py”, line 10, in configuration
blas_opt = get_info('blas_opt',notfound_action=2)
File “C:\Python27\lib\site-packages\numpy\distutils\system_info.py”, line 321, in get_info
return cl().get_info(notfound_action)
File “C:\Python27\lib\site-packages\numpy\distutils\system_info.py”, line 472, in get_info
raise self.notfounderror(self.notfounderror.__doc__)
BlasNotFoundError:
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 ) or by setting
the BLAS environment variable.