Advertisement
sdarji

numpy_log.txt

Jul 27th, 2014
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.63 KB | None | 0 0
  1. # $ pip install numpy > numpy_log.txt
  2.  
  3. Downloading/unpacking numpy
  4. Running setup.py (path:c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\setup.py) egg_info for package numpy
  5. Running from numpy source directory.
  6.  
  7. warning: no files found matching 'tools\py3tool.py'
  8. warning: no files found matching '*' under directory 'doc\f2py'
  9. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  10. warning: no previously-included files matching '*.pyo' found anywhere in distribution
  11. warning: no previously-included files matching '*.pyd' found anywhere in distribution
  12. Installing collected packages: numpy
  13. Running setup.py install for numpy
  14. non-existing path in 'numpy\\distutils': 'site.cfg'
  15. F2PY Version 2
  16. blas_opt_info:
  17. blas_mkl_info:
  18. libraries mkl,vml,guide not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  19. NOT AVAILABLE
  20.  
  21. openblas_info:
  22. libraries not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  23. NOT AVAILABLE
  24.  
  25. atlas_blas_threads_info:
  26. Setting PTATLAS=ATLAS
  27. libraries ptf77blas,ptcblas,atlas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  28. NOT AVAILABLE
  29.  
  30. atlas_blas_info:
  31. libraries f77blas,cblas,atlas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  32. NOT AVAILABLE
  33.  
  34. blas_info:
  35. libraries blas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  36. NOT AVAILABLE
  37.  
  38. blas_src_info:
  39. NOT AVAILABLE
  40.  
  41. NOT AVAILABLE
  42.  
  43. non-existing path in 'numpy\\lib': 'benchmarks'
  44. lapack_opt_info:
  45. lapack_mkl_info:
  46. mkl_info:
  47. libraries mkl,vml,guide not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  48. NOT AVAILABLE
  49.  
  50. NOT AVAILABLE
  51.  
  52. atlas_threads_info:
  53. Setting PTATLAS=ATLAS
  54. libraries ptf77blas,ptcblas,atlas not found in c:\python27\lib
  55. libraries lapack_atlas not found in c:\python27\lib
  56. libraries ptf77blas,ptcblas,atlas not found in C:\
  57. libraries lapack_atlas not found in C:\
  58. libraries ptf77blas,ptcblas,atlas not found in c:\python27\libs
  59. libraries lapack_atlas not found in c:\python27\libs
  60. numpy.distutils.system_info.atlas_threads_info
  61. NOT AVAILABLE
  62.  
  63. atlas_info:
  64. libraries f77blas,cblas,atlas not found in c:\python27\lib
  65. libraries lapack_atlas not found in c:\python27\lib
  66. libraries f77blas,cblas,atlas not found in C:\
  67. libraries lapack_atlas not found in C:\
  68. libraries f77blas,cblas,atlas not found in c:\python27\libs
  69. libraries lapack_atlas not found in c:\python27\libs
  70. numpy.distutils.system_info.atlas_info
  71. NOT AVAILABLE
  72.  
  73. lapack_info:
  74. libraries lapack not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  75. NOT AVAILABLE
  76.  
  77. lapack_src_info:
  78. NOT AVAILABLE
  79.  
  80. NOT AVAILABLE
  81.  
  82. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  83. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  84. build_src
  85. building py_modules sources
  86. building library "npymath" sources
  87. 'gcc' is not recognized as an internal or external command,
  88. operable program or batch file.
  89. 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)
  90. Running from numpy source directory.
  91. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1521: UserWarning:
  92. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  93. Directories to search for the libraries can be specified in the
  94. numpy/distutils/site.cfg file (section [atlas]) or by setting
  95. the ATLAS environment variable.
  96. warnings.warn(AtlasNotFoundError.__doc__)
  97. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1530: UserWarning:
  98. Blas (http://www.netlib.org/blas/) libraries not found.
  99. Directories to search for the libraries can be specified in the
  100. numpy/distutils/site.cfg file (section [blas]) or by setting
  101. the BLAS environment variable.
  102. warnings.warn(BlasNotFoundError.__doc__)
  103. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1533: UserWarning:
  104. Blas (http://www.netlib.org/blas/) sources not found.
  105. Directories to search for the sources can be specified in the
  106. numpy/distutils/site.cfg file (section [blas_src]) or by setting
  107. the BLAS_SRC environment variable.
  108. warnings.warn(BlasSrcNotFoundError.__doc__)
  109. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1427: UserWarning:
  110. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  111. Directories to search for the libraries can be specified in the
  112. numpy/distutils/site.cfg file (section [atlas]) or by setting
  113. the ATLAS environment variable.
  114. warnings.warn(AtlasNotFoundError.__doc__)
  115. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1438: UserWarning:
  116. Lapack (http://www.netlib.org/lapack/) libraries not found.
  117. Directories to search for the libraries can be specified in the
  118. numpy/distutils/site.cfg file (section [lapack]) or by setting
  119. the LAPACK environment variable.
  120. warnings.warn(LapackNotFoundError.__doc__)
  121. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1441: UserWarning:
  122. Lapack (http://www.netlib.org/lapack/) sources not found.
  123. Directories to search for the sources can be specified in the
  124. numpy/distutils/site.cfg file (section [lapack_src]) or by setting
  125. the LAPACK_SRC environment variable.
  126. warnings.warn(LapackSrcNotFoundError.__doc__)
  127. c:\python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
  128. warnings.warn(msg)
  129. error: The system cannot find the file specified
  130. 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:
  131. non-existing path in 'numpy\\distutils': 'site.cfg'
  132.  
  133. F2PY Version 2
  134.  
  135. blas_opt_info:
  136.  
  137. blas_mkl_info:
  138.  
  139. libraries mkl,vml,guide not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  140.  
  141. NOT AVAILABLE
  142.  
  143.  
  144.  
  145. openblas_info:
  146.  
  147. libraries not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  148.  
  149. NOT AVAILABLE
  150.  
  151.  
  152.  
  153. atlas_blas_threads_info:
  154.  
  155. Setting PTATLAS=ATLAS
  156.  
  157. libraries ptf77blas,ptcblas,atlas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  158.  
  159. NOT AVAILABLE
  160.  
  161.  
  162.  
  163. atlas_blas_info:
  164.  
  165. libraries f77blas,cblas,atlas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  166.  
  167. NOT AVAILABLE
  168.  
  169.  
  170.  
  171. blas_info:
  172.  
  173. libraries blas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  174.  
  175. NOT AVAILABLE
  176.  
  177.  
  178.  
  179. blas_src_info:
  180.  
  181. NOT AVAILABLE
  182.  
  183.  
  184.  
  185. NOT AVAILABLE
  186.  
  187.  
  188.  
  189. non-existing path in 'numpy\\lib': 'benchmarks'
  190.  
  191. lapack_opt_info:
  192.  
  193. lapack_mkl_info:
  194.  
  195. mkl_info:
  196.  
  197. libraries mkl,vml,guide not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  198.  
  199. NOT AVAILABLE
  200.  
  201.  
  202.  
  203. NOT AVAILABLE
  204.  
  205.  
  206.  
  207. atlas_threads_info:
  208.  
  209. Setting PTATLAS=ATLAS
  210.  
  211. libraries ptf77blas,ptcblas,atlas not found in c:\python27\lib
  212.  
  213. libraries lapack_atlas not found in c:\python27\lib
  214.  
  215. libraries ptf77blas,ptcblas,atlas not found in C:\
  216.  
  217. libraries lapack_atlas not found in C:\
  218.  
  219. libraries ptf77blas,ptcblas,atlas not found in c:\python27\libs
  220.  
  221. libraries lapack_atlas not found in c:\python27\libs
  222.  
  223. numpy.distutils.system_info.atlas_threads_info
  224.  
  225. NOT AVAILABLE
  226.  
  227.  
  228.  
  229. atlas_info:
  230.  
  231. libraries f77blas,cblas,atlas not found in c:\python27\lib
  232.  
  233. libraries lapack_atlas not found in c:\python27\lib
  234.  
  235. libraries f77blas,cblas,atlas not found in C:\
  236.  
  237. libraries lapack_atlas not found in C:\
  238.  
  239. libraries f77blas,cblas,atlas not found in c:\python27\libs
  240.  
  241. libraries lapack_atlas not found in c:\python27\libs
  242.  
  243. numpy.distutils.system_info.atlas_info
  244.  
  245. NOT AVAILABLE
  246.  
  247.  
  248.  
  249. lapack_info:
  250.  
  251. libraries lapack not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
  252.  
  253. NOT AVAILABLE
  254.  
  255.  
  256.  
  257. lapack_src_info:
  258.  
  259. NOT AVAILABLE
  260.  
  261.  
  262.  
  263. NOT AVAILABLE
  264.  
  265.  
  266.  
  267. running install
  268.  
  269. running build
  270.  
  271. running config_cc
  272.  
  273. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  274.  
  275. running config_fc
  276.  
  277. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  278.  
  279. running build_src
  280.  
  281. build_src
  282.  
  283. building py_modules sources
  284.  
  285. creating build
  286.  
  287. creating build\src.win32-2.7
  288.  
  289. creating build\src.win32-2.7\numpy
  290.  
  291. creating build\src.win32-2.7\numpy\distutils
  292.  
  293. building library "npymath" sources
  294.  
  295. 'gcc' is not recognized as an internal or external command,
  296.  
  297. operable program or batch file.
  298.  
  299. 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)
  300.  
  301. Running from numpy source directory.
  302.  
  303. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1521: UserWarning:
  304.  
  305. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  306.  
  307. Directories to search for the libraries can be specified in the
  308.  
  309. numpy/distutils/site.cfg file (section [atlas]) or by setting
  310.  
  311. the ATLAS environment variable.
  312.  
  313. warnings.warn(AtlasNotFoundError.__doc__)
  314.  
  315. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1530: UserWarning:
  316.  
  317. Blas (http://www.netlib.org/blas/) libraries not found.
  318.  
  319. Directories to search for the libraries can be specified in the
  320.  
  321. numpy/distutils/site.cfg file (section [blas]) or by setting
  322.  
  323. the BLAS environment variable.
  324.  
  325. warnings.warn(BlasNotFoundError.__doc__)
  326.  
  327. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1533: UserWarning:
  328.  
  329. Blas (http://www.netlib.org/blas/) sources not found.
  330.  
  331. Directories to search for the sources can be specified in the
  332.  
  333. numpy/distutils/site.cfg file (section [blas_src]) or by setting
  334.  
  335. the BLAS_SRC environment variable.
  336.  
  337. warnings.warn(BlasSrcNotFoundError.__doc__)
  338.  
  339. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1427: UserWarning:
  340.  
  341. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  342.  
  343. Directories to search for the libraries can be specified in the
  344.  
  345. numpy/distutils/site.cfg file (section [atlas]) or by setting
  346.  
  347. the ATLAS environment variable.
  348.  
  349. warnings.warn(AtlasNotFoundError.__doc__)
  350.  
  351. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1438: UserWarning:
  352.  
  353. Lapack (http://www.netlib.org/lapack/) libraries not found.
  354.  
  355. Directories to search for the libraries can be specified in the
  356.  
  357. numpy/distutils/site.cfg file (section [lapack]) or by setting
  358.  
  359. the LAPACK environment variable.
  360.  
  361. warnings.warn(LapackNotFoundError.__doc__)
  362.  
  363. c:\users\sachin\appdata\local\temp\pip_build_Sachin\numpy\numpy\distutils\system_info.py:1441: UserWarning:
  364.  
  365. Lapack (http://www.netlib.org/lapack/) sources not found.
  366.  
  367. Directories to search for the sources can be specified in the
  368.  
  369. numpy/distutils/site.cfg file (section [lapack_src]) or by setting
  370.  
  371. the LAPACK_SRC environment variable.
  372.  
  373. warnings.warn(LapackSrcNotFoundError.__doc__)
  374.  
  375. c:\python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
  376.  
  377. warnings.warn(msg)
  378.  
  379. error: The system cannot find the file specified
  380.  
  381. ----------------------------------------
  382. Cleaning up...
  383. 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
  384. Storing debug log for failure in c:/Users/Sachin\pip\pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement