Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # $ pip install numpy > numpy_log.txt
- Downloading/unpacking numpy
- Running setup.py (path:c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\setup.py) egg_info for package numpy
- Running from numpy source directory.
- warning: no files found matching 'tools\py3tool.py'
- warning: no files found matching '*' under directory 'doc\f2py'
- warning: no previously-included files matching '*.pyc' found anywhere in distribution
- warning: no previously-included files matching '*.pyo' found anywhere in distribution
- warning: no previously-included files matching '*.pyd' found anywhere in distribution
- Installing collected packages: numpy
- Running setup.py install for numpy
- non-existing path in 'numpy\\distutils': 'site.cfg'
- F2PY Version 2
- blas_opt_info:
- blas_mkl_info:
- libraries mkl,vml,guide not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- openblas_info:
- libraries not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- atlas_blas_threads_info:
- Setting PTATLAS=ATLAS
- libraries ptf77blas,ptcblas,atlas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- atlas_blas_info:
- libraries f77blas,cblas,atlas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- blas_info:
- libraries blas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- blas_src_info:
- NOT AVAILABLE
- NOT AVAILABLE
- non-existing path in 'numpy\\lib': 'benchmarks'
- lapack_opt_info:
- lapack_mkl_info:
- mkl_info:
- libraries mkl,vml,guide not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- NOT AVAILABLE
- atlas_threads_info:
- Setting PTATLAS=ATLAS
- libraries ptf77blas,ptcblas,atlas not found in c:\python27\lib
- libraries lapack_atlas not found in c:\python27\lib
- libraries ptf77blas,ptcblas,atlas not found in C:\
- libraries lapack_atlas not found in C:\
- libraries ptf77blas,ptcblas,atlas not found in c:\python27\libs
- libraries lapack_atlas not found in c:\python27\libs
- numpy.distutils.system_info.atlas_threads_info
- NOT AVAILABLE
- atlas_info:
- libraries f77blas,cblas,atlas not found in c:\python27\lib
- libraries lapack_atlas not found in c:\python27\lib
- libraries f77blas,cblas,atlas not found in C:\
- libraries lapack_atlas not found in C:\
- libraries f77blas,cblas,atlas not found in c:\python27\libs
- libraries lapack_atlas not found in c:\python27\libs
- numpy.distutils.system_info.atlas_info
- NOT AVAILABLE
- lapack_info:
- libraries lapack not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- lapack_src_info:
- NOT AVAILABLE
- NOT AVAILABLE
- unifing config_cc, config, build_clib, build_ext, build commands --compiler options
- unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
- build_src
- building py_modules sources
- building library "npymath" sources
- 'gcc' is not recognized as an internal or external command,
- operable program or batch file.
- Building msvcr library: "c:\python27\libs\libmsvcr90.a" (from C:\windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcr90.dll)
- Running from numpy source directory.
- c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1521: 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__)
- c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1530: 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__)
- c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1533: 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__)
- c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1427: 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__)
- c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1438: UserWarning:
- 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:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1441: UserWarning:
- 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__)
- c:\python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
- warnings.warn(msg)
- error: The system cannot find the file specified
- Complete output from command c:\python27\python.exe -c "import setuptools, tokenize;__file__='c:\\users\\sachin\\appdata\\local\\temp\\pip_build_Sachin\\numpy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\sachin\appdata\local\temp\pip-xh_uer-record\install-record.txt --single-version-externally-managed --compile:
- non-existing path in 'numpy\\distutils': 'site.cfg'
- F2PY Version 2
- blas_opt_info:
- blas_mkl_info:
- libraries mkl,vml,guide not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- openblas_info:
- libraries not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- atlas_blas_threads_info:
- Setting PTATLAS=ATLAS
- libraries ptf77blas,ptcblas,atlas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- atlas_blas_info:
- libraries f77blas,cblas,atlas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- blas_info:
- libraries blas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- blas_src_info:
- NOT AVAILABLE
- NOT AVAILABLE
- non-existing path in 'numpy\\lib': 'benchmarks'
- lapack_opt_info:
- lapack_mkl_info:
- mkl_info:
- libraries mkl,vml,guide not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- NOT AVAILABLE
- atlas_threads_info:
- Setting PTATLAS=ATLAS
- libraries ptf77blas,ptcblas,atlas not found in c:\python27\lib
- libraries lapack_atlas not found in c:\python27\lib
- libraries ptf77blas,ptcblas,atlas not found in C:\
- libraries lapack_atlas not found in C:\
- libraries ptf77blas,ptcblas,atlas not found in c:\python27\libs
- libraries lapack_atlas not found in c:\python27\libs
- numpy.distutils.system_info.atlas_threads_info
- NOT AVAILABLE
- atlas_info:
- libraries f77blas,cblas,atlas not found in c:\python27\lib
- libraries lapack_atlas not found in c:\python27\lib
- libraries f77blas,cblas,atlas not found in C:\
- libraries lapack_atlas not found in C:\
- libraries f77blas,cblas,atlas not found in c:\python27\libs
- libraries lapack_atlas not found in c:\python27\libs
- numpy.distutils.system_info.atlas_info
- NOT AVAILABLE
- lapack_info:
- libraries lapack not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
- NOT AVAILABLE
- lapack_src_info:
- NOT AVAILABLE
- NOT AVAILABLE
- running install
- running build
- running config_cc
- unifing config_cc, config, build_clib, build_ext, build commands --compiler options
- running config_fc
- unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
- running build_src
- build_src
- building py_modules sources
- creating build
- creating build\src.win32-2.7
- creating build\src.win32-2.7\numpy
- creating build\src.win32-2.7\numpy\distutils
- building library "npymath" sources
- 'gcc' is not recognized as an internal or external command,
- operable program or batch file.
- Building msvcr library: "c:\python27\libs\libmsvcr90.a" (from C:\windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcr90.dll)
- Running from numpy source directory.
- c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1521: 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__)
- c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1530: 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__)
- c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1533: 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__)
- c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1427: 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__)
- c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1438: UserWarning:
- 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:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1441: UserWarning:
- 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__)
- c:\python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
- warnings.warn(msg)
- error: The system cannot find the file specified
- ----------------------------------------
- Cleaning up...
- Command c:\python27\python.exe -c "import setuptools, tokenize;__file__='c:\\users\\sachin\\appdata\\local\\temp\\pip_build_Sachin\\numpy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\sachin\appdata\local\temp\pip-xh_uer-record\install-record.txt --single-version-externally-managed --compile failed with error code 1 in c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy
- Storing debug log for failure in c:/Users/Sachin\pip\pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement