hayden2s

pip install vispy error

Aug 8th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.87 KB | None | 0 0
  1. C:\Users\smith>pip install vispy
  2. Collecting vispy
  3. Using cached vispy-0.6.4.tar.gz (13.3 MB)
  4. Installing build dependencies ... error
  5. ERROR: Command errored out with exit status 1:
  6. command: 'C:\Users\smith\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' 'C:\Users\smith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\smith\AppData\Local\Temp\pip-build-env-isne9pgr\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel 'setuptools>=30.3.0' setuptools_scm setuptools_scm_git_archive 'Cython>=0.29.2' 'numpy; python_version=='"'"'2.7'"'"'' 'numpy==1.13.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"''
  7. cwd: None
  8. Complete output (583 lines):
  9. Ignoring numpy: markers 'python_version == "2.7"' don't match your environment
  10. Ignoring numpy: markers 'python_version == "3.5"' don't match your environment
  11. Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
  12. Collecting wheel
  13. Using cached wheel-0.34.2-py2.py3-none-any.whl (26 kB)
  14. Collecting setuptools>=30.3.0
  15. Using cached setuptools-49.2.1-py3-none-any.whl (789 kB)
  16. Collecting setuptools_scm
  17. Using cached setuptools_scm-4.1.2-py2.py3-none-any.whl (27 kB)
  18. Collecting setuptools_scm_git_archive
  19. Using cached setuptools_scm_git_archive-1.1-py2.py3-none-any.whl (3.3 kB)
  20. Collecting Cython>=0.29.2
  21. Using cached Cython-0.29.21-cp38-cp38-win_amd64.whl (1.7 MB)
  22. Collecting numpy==1.14.5
  23. Using cached numpy-1.14.5.zip (4.9 MB)
  24. Building wheels for collected packages: numpy
  25. Building wheel for numpy (setup.py): started
  26. Building wheel for numpy (setup.py): finished with status 'error'
  27. ERROR: Command errored out with exit status 1:
  28. command: 'C:\Users\smith\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\smith\\AppData\\Local\\Temp\\pip-install-uf8tpmcl\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\smith\\AppData\\Local\\Temp\\pip-install-uf8tpmcl\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\smith\AppData\Local\Temp\pip-wheel-qr1d_lpy'
  29. cwd: C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\
  30. Complete output (264 lines):
  31. Running from numpy source directory.
  32. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\misc_util.py:464: SyntaxWarning: "is" with a literal. Did you mean "=="?
  33. return is_string(s) and ('*' in s or '?' is s)
  34. blas_opt_info:
  35. blas_mkl_info:
  36. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  37. customize MSVCCompiler
  38. libraries mkl_rt not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  39. NOT AVAILABLE
  40.  
  41. blis_info:
  42. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  43. customize MSVCCompiler
  44. libraries blis not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  45. NOT AVAILABLE
  46.  
  47. openblas_info:
  48. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  49. customize MSVCCompiler
  50. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  51. customize MSVCCompiler
  52. libraries openblas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  53. get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
  54. customize GnuFCompiler
  55. Could not locate executable g77
  56. Could not locate executable f77
  57. customize IntelVisualFCompiler
  58. Could not locate executable ifort
  59. Could not locate executable ifl
  60. customize AbsoftFCompiler
  61. Could not locate executable f90
  62. customize CompaqVisualFCompiler
  63. Could not locate executable DF
  64. customize IntelItaniumVisualFCompiler
  65. Could not locate executable efl
  66. customize Gnu95FCompiler
  67. Could not locate executable gfortran
  68. Could not locate executable f95
  69. customize G95FCompiler
  70. Could not locate executable g95
  71. customize IntelEM64VisualFCompiler
  72. customize IntelEM64TFCompiler
  73. Could not locate executable efort
  74. Could not locate executable efc
  75. customize PGroupFlangCompiler
  76. Could not locate executable flang
  77. don't know how to compile Fortran code on platform 'nt'
  78. NOT AVAILABLE
  79.  
  80. atlas_3_10_blas_threads_info:
  81. Setting PTATLAS=ATLAS
  82. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  83. customize MSVCCompiler
  84. libraries tatlas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  85. NOT AVAILABLE
  86.  
  87. atlas_3_10_blas_info:
  88. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  89. customize MSVCCompiler
  90. libraries satlas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  91. NOT AVAILABLE
  92.  
  93. atlas_blas_threads_info:
  94. Setting PTATLAS=ATLAS
  95. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  96. customize MSVCCompiler
  97. libraries ptf77blas,ptcblas,atlas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  98. NOT AVAILABLE
  99.  
  100. atlas_blas_info:
  101. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  102. customize MSVCCompiler
  103. libraries f77blas,cblas,atlas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  104. NOT AVAILABLE
  105.  
  106. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\system_info.py:624: UserWarning:
  107. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  108. Directories to search for the libraries can be specified in the
  109. numpy/distutils/site.cfg file (section [atlas]) or by setting
  110. the ATLAS environment variable.
  111. self.calc_info()
  112. blas_info:
  113. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  114. customize MSVCCompiler
  115. libraries blas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  116. NOT AVAILABLE
  117.  
  118. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\system_info.py:624: UserWarning:
  119. Blas (http://www.netlib.org/blas/) libraries not found.
  120. Directories to search for the libraries can be specified in the
  121. numpy/distutils/site.cfg file (section [blas]) or by setting
  122. the BLAS environment variable.
  123. self.calc_info()
  124. blas_src_info:
  125. NOT AVAILABLE
  126.  
  127. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\system_info.py:624: UserWarning:
  128. Blas (http://www.netlib.org/blas/) sources not found.
  129. Directories to search for the sources can be specified in the
  130. numpy/distutils/site.cfg file (section [blas_src]) or by setting
  131. the BLAS_SRC environment variable.
  132. self.calc_info()
  133. NOT AVAILABLE
  134.  
  135. 'svnversion' is not recognized as an internal or external command,
  136. operable program or batch file.
  137. 'svnversion' is not recognized as an internal or external command,
  138. operable program or batch file.
  139. non-existing path in 'numpy\\distutils': 'site.cfg'
  140. F2PY Version 2
  141. lapack_opt_info:
  142. lapack_mkl_info:
  143. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  144. customize MSVCCompiler
  145. libraries mkl_rt not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  146. NOT AVAILABLE
  147.  
  148. openblas_lapack_info:
  149. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  150. customize MSVCCompiler
  151. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  152. customize MSVCCompiler
  153. libraries openblas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  154. NOT AVAILABLE
  155.  
  156. openblas_clapack_info:
  157. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  158. customize MSVCCompiler
  159. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  160. customize MSVCCompiler
  161. libraries openblas,lapack not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  162. NOT AVAILABLE
  163.  
  164. atlas_3_10_threads_info:
  165. Setting PTATLAS=ATLAS
  166. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  167. customize MSVCCompiler
  168. libraries tatlas,tatlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  169. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  170. customize MSVCCompiler
  171. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  172. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  173. customize MSVCCompiler
  174. libraries tatlas,tatlas not found in C:\
  175. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  176. customize MSVCCompiler
  177. libraries lapack_atlas not found in C:\
  178. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  179. customize MSVCCompiler
  180. libraries tatlas,tatlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  181. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  182. customize MSVCCompiler
  183. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  184. <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
  185. NOT AVAILABLE
  186.  
  187. atlas_3_10_info:
  188. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  189. customize MSVCCompiler
  190. libraries satlas,satlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  191. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  192. customize MSVCCompiler
  193. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  194. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  195. customize MSVCCompiler
  196. libraries satlas,satlas not found in C:\
  197. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  198. customize MSVCCompiler
  199. libraries lapack_atlas not found in C:\
  200. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  201. customize MSVCCompiler
  202. libraries satlas,satlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  203. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  204. customize MSVCCompiler
  205. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  206. <class 'numpy.distutils.system_info.atlas_3_10_info'>
  207. NOT AVAILABLE
  208.  
  209. atlas_threads_info:
  210. Setting PTATLAS=ATLAS
  211. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  212. customize MSVCCompiler
  213. libraries ptf77blas,ptcblas,atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  214. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  215. customize MSVCCompiler
  216. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  217. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  218. customize MSVCCompiler
  219. libraries ptf77blas,ptcblas,atlas not found in C:\
  220. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  221. customize MSVCCompiler
  222. libraries lapack_atlas not found in C:\
  223. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  224. customize MSVCCompiler
  225. libraries ptf77blas,ptcblas,atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  226. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  227. customize MSVCCompiler
  228. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  229. <class 'numpy.distutils.system_info.atlas_threads_info'>
  230. NOT AVAILABLE
  231.  
  232. atlas_info:
  233. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  234. customize MSVCCompiler
  235. libraries f77blas,cblas,atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  236. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  237. customize MSVCCompiler
  238. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  239. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  240. customize MSVCCompiler
  241. libraries f77blas,cblas,atlas not found in C:\
  242. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  243. customize MSVCCompiler
  244. libraries lapack_atlas not found in C:\
  245. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  246. customize MSVCCompiler
  247. libraries f77blas,cblas,atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  248. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  249. customize MSVCCompiler
  250. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  251. <class 'numpy.distutils.system_info.atlas_info'>
  252. NOT AVAILABLE
  253.  
  254. lapack_info:
  255. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  256. customize MSVCCompiler
  257. libraries lapack not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  258. NOT AVAILABLE
  259.  
  260. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\system_info.py:624: UserWarning:
  261. Lapack (http://www.netlib.org/lapack/) libraries not found.
  262. Directories to search for the libraries can be specified in the
  263. numpy/distutils/site.cfg file (section [lapack]) or by setting
  264. the LAPACK environment variable.
  265. self.calc_info()
  266. lapack_src_info:
  267. NOT AVAILABLE
  268.  
  269. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\system_info.py:624: UserWarning:
  270. Lapack (http://www.netlib.org/lapack/) sources not found.
  271. Directories to search for the sources can be specified in the
  272. numpy/distutils/site.cfg file (section [lapack_src]) or by setting
  273. the LAPACK_SRC environment variable.
  274. self.calc_info()
  275. NOT AVAILABLE
  276.  
  277. C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
  278. warnings.warn(msg)
  279. running bdist_wheel
  280. running build
  281. running config_cc
  282. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  283. running config_fc
  284. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  285. running build_src
  286. build_src
  287. building py_modules sources
  288. creating build
  289. creating build\src.win-amd64-3.8
  290. creating build\src.win-amd64-3.8\numpy
  291. creating build\src.win-amd64-3.8\numpy\distutils
  292. building library "npymath" sources
  293. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  294. error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
  295. ----------------------------------------
  296. ERROR: Failed building wheel for numpy
  297. Running setup.py clean for numpy
  298. ERROR: Command errored out with exit status 1:
  299. command: 'C:\Users\smith\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\smith\\AppData\\Local\\Temp\\pip-install-uf8tpmcl\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\smith\\AppData\\Local\\Temp\\pip-install-uf8tpmcl\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
  300. cwd: C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy
  301. Complete output (10 lines):
  302. Running from numpy source directory.
  303.  
  304. `setup.py clean` is not supported, use one of the following instead:
  305.  
  306. - `git clean -xdf` (cleans all files)
  307. - `git clean -Xdf` (cleans all versioned files, doesn't touch
  308. files that aren't checked into the git repo)
  309.  
  310. Add `--force` to your command to use it anyway if you must (unsupported).
  311.  
  312. ----------------------------------------
  313. ERROR: Failed cleaning build dir for numpy
  314. Failed to build numpy
  315. DEPRECATION: Could not build wheels for numpy which do not use PEP 517. pip will fall back to legacy 'setup.py install' for these. pip 21.0 will remove support for this functionality. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.
  316. Installing collected packages: wheel, setuptools, setuptools-scm, setuptools-scm-git-archive, Cython, numpy
  317. Running setup.py install for numpy: started
  318. Running setup.py install for numpy: finished with status 'error'
  319. ERROR: Command errored out with exit status 1:
  320. command: 'C:\Users\smith\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\smith\\AppData\\Local\\Temp\\pip-install-uf8tpmcl\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\smith\\AppData\\Local\\Temp\\pip-install-uf8tpmcl\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\smith\AppData\Local\Temp\pip-record-_utu0alx\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\smith\AppData\Local\Temp\pip-build-env-isne9pgr\overlay' --compile --install-headers 'C:\Users\smith\AppData\Local\Temp\pip-build-env-isne9pgr\overlay\Include\numpy'
  321. cwd: C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\
  322. Complete output (267 lines):
  323. Running from numpy source directory.
  324.  
  325. Note: if you need reliable uninstall behavior, then install
  326. with pip instead of using `setup.py install`:
  327.  
  328. - `pip install .` (from a git repo or downloaded source
  329. release)
  330. - `pip install numpy` (last NumPy release on PyPi)
  331.  
  332.  
  333. blas_opt_info:
  334. blas_mkl_info:
  335. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  336. customize MSVCCompiler
  337. libraries mkl_rt not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  338. NOT AVAILABLE
  339.  
  340. blis_info:
  341. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  342. customize MSVCCompiler
  343. libraries blis not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  344. NOT AVAILABLE
  345.  
  346. openblas_info:
  347. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  348. customize MSVCCompiler
  349. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  350. customize MSVCCompiler
  351. libraries openblas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  352. get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
  353. customize GnuFCompiler
  354. Could not locate executable g77
  355. Could not locate executable f77
  356. customize IntelVisualFCompiler
  357. Could not locate executable ifort
  358. Could not locate executable ifl
  359. customize AbsoftFCompiler
  360. Could not locate executable f90
  361. customize CompaqVisualFCompiler
  362. Could not locate executable DF
  363. customize IntelItaniumVisualFCompiler
  364. Could not locate executable efl
  365. customize Gnu95FCompiler
  366. Could not locate executable gfortran
  367. Could not locate executable f95
  368. customize G95FCompiler
  369. Could not locate executable g95
  370. customize IntelEM64VisualFCompiler
  371. customize IntelEM64TFCompiler
  372. Could not locate executable efort
  373. Could not locate executable efc
  374. customize PGroupFlangCompiler
  375. Could not locate executable flang
  376. don't know how to compile Fortran code on platform 'nt'
  377. NOT AVAILABLE
  378.  
  379. atlas_3_10_blas_threads_info:
  380. Setting PTATLAS=ATLAS
  381. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  382. customize MSVCCompiler
  383. libraries tatlas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  384. NOT AVAILABLE
  385.  
  386. atlas_3_10_blas_info:
  387. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  388. customize MSVCCompiler
  389. libraries satlas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  390. NOT AVAILABLE
  391.  
  392. atlas_blas_threads_info:
  393. Setting PTATLAS=ATLAS
  394. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  395. customize MSVCCompiler
  396. libraries ptf77blas,ptcblas,atlas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  397. NOT AVAILABLE
  398.  
  399. atlas_blas_info:
  400. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  401. customize MSVCCompiler
  402. libraries f77blas,cblas,atlas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  403. NOT AVAILABLE
  404.  
  405. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\system_info.py:624: UserWarning:
  406. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  407. Directories to search for the libraries can be specified in the
  408. numpy/distutils/site.cfg file (section [atlas]) or by setting
  409. the ATLAS environment variable.
  410. self.calc_info()
  411. blas_info:
  412. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  413. customize MSVCCompiler
  414. libraries blas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  415. NOT AVAILABLE
  416.  
  417. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\system_info.py:624: UserWarning:
  418. Blas (http://www.netlib.org/blas/) libraries not found.
  419. Directories to search for the libraries can be specified in the
  420. numpy/distutils/site.cfg file (section [blas]) or by setting
  421. the BLAS environment variable.
  422. self.calc_info()
  423. blas_src_info:
  424. NOT AVAILABLE
  425.  
  426. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\system_info.py:624: UserWarning:
  427. Blas (http://www.netlib.org/blas/) sources not found.
  428. Directories to search for the sources can be specified in the
  429. numpy/distutils/site.cfg file (section [blas_src]) or by setting
  430. the BLAS_SRC environment variable.
  431. self.calc_info()
  432. NOT AVAILABLE
  433.  
  434. 'svnversion' is not recognized as an internal or external command,
  435. operable program or batch file.
  436. 'svnversion' is not recognized as an internal or external command,
  437. operable program or batch file.
  438. non-existing path in 'numpy\\distutils': 'site.cfg'
  439. F2PY Version 2
  440. lapack_opt_info:
  441. lapack_mkl_info:
  442. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  443. customize MSVCCompiler
  444. libraries mkl_rt not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  445. NOT AVAILABLE
  446.  
  447. openblas_lapack_info:
  448. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  449. customize MSVCCompiler
  450. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  451. customize MSVCCompiler
  452. libraries openblas not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  453. NOT AVAILABLE
  454.  
  455. openblas_clapack_info:
  456. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  457. customize MSVCCompiler
  458. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  459. customize MSVCCompiler
  460. libraries openblas,lapack not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  461. NOT AVAILABLE
  462.  
  463. atlas_3_10_threads_info:
  464. Setting PTATLAS=ATLAS
  465. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  466. customize MSVCCompiler
  467. libraries tatlas,tatlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  468. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  469. customize MSVCCompiler
  470. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  471. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  472. customize MSVCCompiler
  473. libraries tatlas,tatlas not found in C:\
  474. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  475. customize MSVCCompiler
  476. libraries lapack_atlas not found in C:\
  477. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  478. customize MSVCCompiler
  479. libraries tatlas,tatlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  480. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  481. customize MSVCCompiler
  482. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  483. <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
  484. NOT AVAILABLE
  485.  
  486. atlas_3_10_info:
  487. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  488. customize MSVCCompiler
  489. libraries satlas,satlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  490. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  491. customize MSVCCompiler
  492. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  493. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  494. customize MSVCCompiler
  495. libraries satlas,satlas not found in C:\
  496. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  497. customize MSVCCompiler
  498. libraries lapack_atlas not found in C:\
  499. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  500. customize MSVCCompiler
  501. libraries satlas,satlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  502. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  503. customize MSVCCompiler
  504. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  505. <class 'numpy.distutils.system_info.atlas_3_10_info'>
  506. NOT AVAILABLE
  507.  
  508. atlas_threads_info:
  509. Setting PTATLAS=ATLAS
  510. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  511. customize MSVCCompiler
  512. libraries ptf77blas,ptcblas,atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  513. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  514. customize MSVCCompiler
  515. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  516. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  517. customize MSVCCompiler
  518. libraries ptf77blas,ptcblas,atlas not found in C:\
  519. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  520. customize MSVCCompiler
  521. libraries lapack_atlas not found in C:\
  522. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  523. customize MSVCCompiler
  524. libraries ptf77blas,ptcblas,atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  525. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  526. customize MSVCCompiler
  527. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  528. <class 'numpy.distutils.system_info.atlas_threads_info'>
  529. NOT AVAILABLE
  530.  
  531. atlas_info:
  532. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  533. customize MSVCCompiler
  534. libraries f77blas,cblas,atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  535. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  536. customize MSVCCompiler
  537. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib
  538. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  539. customize MSVCCompiler
  540. libraries f77blas,cblas,atlas not found in C:\
  541. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  542. customize MSVCCompiler
  543. libraries lapack_atlas not found in C:\
  544. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  545. customize MSVCCompiler
  546. libraries f77blas,cblas,atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  547. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  548. customize MSVCCompiler
  549. libraries lapack_atlas not found in C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\libs
  550. <class 'numpy.distutils.system_info.atlas_info'>
  551. NOT AVAILABLE
  552.  
  553. lapack_info:
  554. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  555. customize MSVCCompiler
  556. libraries lapack not found in ['C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\lib', 'C:\\', 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\\libs']
  557. NOT AVAILABLE
  558.  
  559. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\system_info.py:624: UserWarning:
  560. Lapack (http://www.netlib.org/lapack/) libraries not found.
  561. Directories to search for the libraries can be specified in the
  562. numpy/distutils/site.cfg file (section [lapack]) or by setting
  563. the LAPACK environment variable.
  564. self.calc_info()
  565. lapack_src_info:
  566. NOT AVAILABLE
  567.  
  568. C:\Users\smith\AppData\Local\Temp\pip-install-uf8tpmcl\numpy\numpy\distutils\system_info.py:624: UserWarning:
  569. Lapack (http://www.netlib.org/lapack/) sources not found.
  570. Directories to search for the sources can be specified in the
  571. numpy/distutils/site.cfg file (section [lapack_src]) or by setting
  572. the LAPACK_SRC environment variable.
  573. self.calc_info()
  574. NOT AVAILABLE
  575.  
  576. C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1520.0_x64__qbz5n2kfra8p0\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
  577. warnings.warn(msg)
  578. running install
  579. running build
  580. running config_cc
  581. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  582. running config_fc
  583. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  584. running build_src
  585. build_src
  586. building py_modules sources
  587. building library "npymath" sources
  588. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  589. error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
  590. ----------------------------------------
  591. ERROR: Command errored out with exit status 1: 'C:\Users\smith\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\smith\\AppData\\Local\\Temp\\pip-install-uf8tpmcl\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\smith\\AppData\\Local\\Temp\\pip-install-uf8tpmcl\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\smith\AppData\Local\Temp\pip-record-_utu0alx\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\smith\AppData\Local\Temp\pip-build-env-isne9pgr\overlay' --compile --install-headers 'C:\Users\smith\AppData\Local\Temp\pip-build-env-isne9pgr\overlay\Include\numpy' Check the logs for full command output.
  592. ----------------------------------------
  593. ERROR: Command errored out with exit status 1: 'C:\Users\smith\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' 'C:\Users\smith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\smith\AppData\Local\Temp\pip-build-env-isne9pgr\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel 'setuptools>=30.3.0' setuptools_scm setuptools_scm_git_archive 'Cython>=0.29.2' 'numpy; python_version=='"'"'2.7'"'"'' 'numpy==1.13.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"'' Check the logs for full command output.
Add Comment
Please, Sign In to add comment