(yt-x86_64)sith@ubuntu:~$ pip install scipy Downloading/unpacking scipy Downloading scipy-0.10.1.zip (7.8Mb): 7.8Mb downloaded Running setup.py egg_info for package scipy Running from scipy source directory. blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in /home/sith/yt-x86_64/lib libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not found in /usr/lib NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in /home/sith/yt-x86_64/lib libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in /home/sith/yt-x86_64/lib libraries f77blas,cblas,atlas not found in /usr/local/lib libraries f77blas,cblas,atlas not found in /usr/lib NOT AVAILABLE /home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/system_info.py:1414: 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 [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) blas_info: libraries blas not found in /home/sith/yt-x86_64/lib libraries blas not found in /usr/local/lib libraries blas not found in /usr/lib NOT AVAILABLE /home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/system_info.py:1423: 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 [blas]) or by setting the BLAS environment variable. warnings.warn(BlasNotFoundError.__doc__) blas_src_info: NOT AVAILABLE /home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/system_info.py:1426: 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 [blas_src]) or by setting the BLAS_SRC environment variable. warnings.warn(BlasSrcNotFoundError.__doc__) Traceback (most recent call last): File "", line 14, in File "/home/sith/build/scipy/setup.py", line 196, in setup_package() File "/home/sith/build/scipy/setup.py", line 187, in setup_package configuration=configuration ) File "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/core.py", line 152, in setup config = configuration() File "/home/sith/build/scipy/setup.py", line 138, in configuration config.add_subpackage('scipy') File "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1002, in add_subpackage caller_level = 2) File "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 971, in get_subpackage caller_level = caller_level + 1) File "/home/sith/yt-x86_64/lib/python2.7/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 "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1002, in add_subpackage caller_level = 2) File "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 971, in get_subpackage caller_level = caller_level + 1) File "/home/sith/yt-x86_64/lib/python2.7/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 "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 311, in get_info return cl().get_info(notfound_action) File "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 462, in get_info raise self.notfounderror(self.notfounderror.__doc__) numpy.distutils.system_info.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 [blas]) or by setting the BLAS environment variable. Complete output from command python setup.py egg_info: Running from scipy source directory. blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in /home/sith/yt-x86_64/lib libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not found in /usr/lib NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in /home/sith/yt-x86_64/lib libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in /home/sith/yt-x86_64/lib libraries f77blas,cblas,atlas not found in /usr/local/lib libraries f77blas,cblas,atlas not found in /usr/lib NOT AVAILABLE /home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/system_info.py:1414: 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 [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) blas_info: libraries blas not found in /home/sith/yt-x86_64/lib libraries blas not found in /usr/local/lib libraries blas not found in /usr/lib NOT AVAILABLE /home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/system_info.py:1423: 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 [blas]) or by setting the BLAS environment variable. warnings.warn(BlasNotFoundError.__doc__) blas_src_info: NOT AVAILABLE /home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/system_info.py:1426: 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 [blas_src]) or by setting the BLAS_SRC environment variable. warnings.warn(BlasSrcNotFoundError.__doc__) Traceback (most recent call last): File "", line 14, in File "/home/sith/build/scipy/setup.py", line 196, in setup_package() File "/home/sith/build/scipy/setup.py", line 187, in setup_package configuration=configuration ) File "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/core.py", line 152, in setup config = configuration() File "/home/sith/build/scipy/setup.py", line 138, in configuration config.add_subpackage('scipy') File "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1002, in add_subpackage caller_level = 2) File "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 971, in get_subpackage caller_level = caller_level + 1) File "/home/sith/yt-x86_64/lib/python2.7/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 "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1002, in add_subpackage caller_level = 2) File "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 971, in get_subpackage caller_level = caller_level + 1) File "/home/sith/yt-x86_64/lib/python2.7/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 "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 311, in get_info return cl().get_info(notfound_action) File "/home/sith/yt-x86_64/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 462, in get_info raise self.notfounderror(self.notfounderror.__doc__) numpy.distutils.system_info.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 [blas]) or by setting the BLAS environment variable. ---------------------------------------- Command python setup.py egg_info failed with error code 1 in /home/sith/build/scipy Storing complete log in /home/sith/.pip/pip.log