Advertisement
AquaBlitz11

Untitled

Mar 31st, 2020
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.79 KB | None | 0 0
  1. F:\Programs\manim>pip install -r requirements.txt
  2. Ignoring pycairo: markers 'sys_platform == "linux"' don't match your environment
  3. Collecting argparse==1.4.0
  4. Using cached argparse-1.4.0-py2.py3-none-any.whl (23 kB)
  5. Collecting colour==0.1.5
  6. Using cached colour-0.1.5-py2.py3-none-any.whl (23 kB)
  7. Collecting numpy==1.16.4
  8. Using cached numpy-1.16.4.zip (5.1 MB)
  9. Collecting Pillow==5.2.0
  10. Using cached Pillow-5.2.0.tar.gz (14.5 MB)
  11. Collecting progressbar==2.5
  12. Using cached progressbar-2.5.tar.gz (10 kB)
  13. Collecting scipy==1.3.0
  14. Using cached scipy-1.3.0.tar.gz (23.6 MB)
  15. Installing build dependencies ... error
  16. ERROR: Command errored out with exit status 1:
  17. command: 'c:\users\acer\appdata\local\programs\python\python38-32\python.exe' 'c:\users\acer\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\ACER\AppData\Local\Temp\pip-build-env-sjc39tmy\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools 'Cython>=0.29.2' 'numpy==1.13.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"''
  18. cwd: None
  19. Complete output (292 lines):
  20. Ignoring numpy: markers 'python_version == "3.5"' don't match your environment
  21. Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
  22. Collecting wheel
  23. Using cached wheel-0.34.2-py2.py3-none-any.whl (26 kB)
  24. Collecting setuptools
  25. Using cached setuptools-46.1.3-py3-none-any.whl (582 kB)
  26. Collecting Cython>=0.29.2
  27. Using cached Cython-0.29.16-cp38-cp38-win32.whl (1.6 MB)
  28. Collecting numpy==1.14.5
  29. Using cached numpy-1.14.5.zip (4.9 MB)
  30. Installing collected packages: wheel, setuptools, Cython, numpy
  31. Running setup.py install for numpy: started
  32. Running setup.py install for numpy: finished with status 'error'
  33. ERROR: Command errored out with exit status 1:
  34. command: 'c:\users\acer\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ACER\\AppData\\Local\\Temp\\pip-install-qy12ykqa\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\ACER\\AppData\\Local\\Temp\\pip-install-qy12ykqa\\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\ACER\AppData\Local\Temp\pip-record-m5w1qe_p\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\ACER\AppData\Local\Temp\pip-build-env-sjc39tmy\overlay' --compile --install-headers 'C:\Users\ACER\AppData\Local\Temp\pip-build-env-sjc39tmy\overlay\Include\numpy'
  35. cwd: C:\Users\ACER\AppData\Local\Temp\pip-install-qy12ykqa\numpy\
  36. Complete output (273 lines):
  37. Running from numpy source directory.
  38.  
  39. Note: if you need reliable uninstall behavior, then install
  40. with pip instead of using `setup.py install`:
  41.  
  42. - `pip install .` (from a git repo or downloaded source
  43. release)
  44. - `pip install numpy` (last NumPy release on PyPi)
  45.  
  46.  
  47. C:\Users\ACER\AppData\Local\Temp\pip-install-qy12ykqa\numpy\numpy\distutils\misc_util.py:464: SyntaxWarning: "is" with a literal. Did you mean "=="?
  48. return is_string(s) and ('*' in s or '?' is s)
  49. blas_opt_info:
  50. blas_mkl_info:
  51. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  52. customize MSVCCompiler
  53. libraries mkl_rt not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  54. NOT AVAILABLE
  55.  
  56. blis_info:
  57. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  58. customize MSVCCompiler
  59. libraries blis not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  60. NOT AVAILABLE
  61.  
  62. openblas_info:
  63. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  64. customize MSVCCompiler
  65. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  66. customize MSVCCompiler
  67. libraries openblas not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  68. get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
  69. customize GnuFCompiler
  70. Could not locate executable g77
  71. Could not locate executable f77
  72. customize IntelVisualFCompiler
  73. Could not locate executable ifort
  74. Could not locate executable ifl
  75. customize AbsoftFCompiler
  76. Could not locate executable f90
  77. customize CompaqVisualFCompiler
  78. Found executable C:\Program Files\Git\usr\bin\DF.exe
  79. customize IntelItaniumVisualFCompiler
  80. Could not locate executable efl
  81. customize Gnu95FCompiler
  82. Could not locate executable gfortran
  83. Could not locate executable f95
  84. customize G95FCompiler
  85. Could not locate executable g95
  86. customize IntelEM64VisualFCompiler
  87. customize IntelEM64TFCompiler
  88. Could not locate executable efort
  89. Could not locate executable efc
  90. customize PGroupFlangCompiler
  91. Could not locate executable flang
  92. don't know how to compile Fortran code on platform 'nt'
  93. NOT AVAILABLE
  94.  
  95. atlas_3_10_blas_threads_info:
  96. Setting PTATLAS=ATLAS
  97. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  98. customize MSVCCompiler
  99. libraries tatlas not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  100. NOT AVAILABLE
  101.  
  102. atlas_3_10_blas_info:
  103. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  104. customize MSVCCompiler
  105. libraries satlas not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  106. NOT AVAILABLE
  107.  
  108. atlas_blas_threads_info:
  109. Setting PTATLAS=ATLAS
  110. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  111. customize MSVCCompiler
  112. libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  113. NOT AVAILABLE
  114.  
  115. atlas_blas_info:
  116. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  117. customize MSVCCompiler
  118. libraries f77blas,cblas,atlas not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  119. NOT AVAILABLE
  120.  
  121. C:\Users\ACER\AppData\Local\Temp\pip-install-qy12ykqa\numpy\numpy\distutils\system_info.py:624: UserWarning:
  122. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  123. Directories to search for the libraries can be specified in the
  124. numpy/distutils/site.cfg file (section [atlas]) or by setting
  125. the ATLAS environment variable.
  126. self.calc_info()
  127. blas_info:
  128. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  129. customize MSVCCompiler
  130. libraries blas not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  131. NOT AVAILABLE
  132.  
  133. C:\Users\ACER\AppData\Local\Temp\pip-install-qy12ykqa\numpy\numpy\distutils\system_info.py:624: UserWarning:
  134. Blas (http://www.netlib.org/blas/) libraries not found.
  135. Directories to search for the libraries can be specified in the
  136. numpy/distutils/site.cfg file (section [blas]) or by setting
  137. the BLAS environment variable.
  138. self.calc_info()
  139. blas_src_info:
  140. NOT AVAILABLE
  141.  
  142. C:\Users\ACER\AppData\Local\Temp\pip-install-qy12ykqa\numpy\numpy\distutils\system_info.py:624: UserWarning:
  143. Blas (http://www.netlib.org/blas/) sources not found.
  144. Directories to search for the sources can be specified in the
  145. numpy/distutils/site.cfg file (section [blas_src]) or by setting
  146. the BLAS_SRC environment variable.
  147. self.calc_info()
  148. NOT AVAILABLE
  149.  
  150. 'svnversion' is not recognized as an internal or external command,
  151. operable program or batch file.
  152. 'svnversion' is not recognized as an internal or external command,
  153. operable program or batch file.
  154. non-existing path in 'numpy\\distutils': 'site.cfg'
  155. F2PY Version 2
  156. lapack_opt_info:
  157. lapack_mkl_info:
  158. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  159. customize MSVCCompiler
  160. libraries mkl_rt not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  161. NOT AVAILABLE
  162.  
  163. openblas_lapack_info:
  164. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  165. customize MSVCCompiler
  166. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  167. customize MSVCCompiler
  168. libraries openblas not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  169. NOT AVAILABLE
  170.  
  171. openblas_clapack_info:
  172. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  173. customize MSVCCompiler
  174. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  175. customize MSVCCompiler
  176. libraries openblas,lapack not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  177. NOT AVAILABLE
  178.  
  179. atlas_3_10_threads_info:
  180. Setting PTATLAS=ATLAS
  181. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  182. customize MSVCCompiler
  183. libraries tatlas,tatlas not found in c:\users\acer\appdata\local\programs\python\python38-32\lib
  184. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  185. customize MSVCCompiler
  186. libraries lapack_atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\lib
  187. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  188. customize MSVCCompiler
  189. libraries tatlas,tatlas not found in C:\
  190. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  191. customize MSVCCompiler
  192. libraries lapack_atlas not found in C:\
  193. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  194. customize MSVCCompiler
  195. libraries tatlas,tatlas not found in c:\users\acer\appdata\local\programs\python\python38-32\libs
  196. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  197. customize MSVCCompiler
  198. libraries lapack_atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\libs
  199. <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
  200. NOT AVAILABLE
  201.  
  202. atlas_3_10_info:
  203. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  204. customize MSVCCompiler
  205. libraries satlas,satlas not found in c:\users\acer\appdata\local\programs\python\python38-32\lib
  206. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  207. customize MSVCCompiler
  208. libraries lapack_atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\lib
  209. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  210. customize MSVCCompiler
  211. libraries satlas,satlas not found in C:\
  212. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  213. customize MSVCCompiler
  214. libraries lapack_atlas not found in C:\
  215. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  216. customize MSVCCompiler
  217. libraries satlas,satlas not found in c:\users\acer\appdata\local\programs\python\python38-32\libs
  218. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  219. customize MSVCCompiler
  220. libraries lapack_atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\libs
  221. <class 'numpy.distutils.system_info.atlas_3_10_info'>
  222. NOT AVAILABLE
  223.  
  224. atlas_threads_info:
  225. Setting PTATLAS=ATLAS
  226. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  227. customize MSVCCompiler
  228. libraries ptf77blas,ptcblas,atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\lib
  229. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  230. customize MSVCCompiler
  231. libraries lapack_atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\lib
  232. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  233. customize MSVCCompiler
  234. libraries ptf77blas,ptcblas,atlas not found in C:\
  235. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  236. customize MSVCCompiler
  237. libraries lapack_atlas not found in C:\
  238. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  239. customize MSVCCompiler
  240. libraries ptf77blas,ptcblas,atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\libs
  241. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  242. customize MSVCCompiler
  243. libraries lapack_atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\libs
  244. <class 'numpy.distutils.system_info.atlas_threads_info'>
  245. NOT AVAILABLE
  246.  
  247. atlas_info:
  248. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  249. customize MSVCCompiler
  250. libraries f77blas,cblas,atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\lib
  251. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  252. customize MSVCCompiler
  253. libraries lapack_atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\lib
  254. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  255. customize MSVCCompiler
  256. libraries f77blas,cblas,atlas not found in C:\
  257. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  258. customize MSVCCompiler
  259. libraries lapack_atlas not found in C:\
  260. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  261. customize MSVCCompiler
  262. libraries f77blas,cblas,atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\libs
  263. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  264. customize MSVCCompiler
  265. libraries lapack_atlas not found in c:\users\acer\appdata\local\programs\python\python38-32\libs
  266. <class 'numpy.distutils.system_info.atlas_info'>
  267. NOT AVAILABLE
  268.  
  269. lapack_info:
  270. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  271. customize MSVCCompiler
  272. libraries lapack not found in ['c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\acer\\appdata\\local\\programs\\python\\python38-32\\libs']
  273. NOT AVAILABLE
  274.  
  275. C:\Users\ACER\AppData\Local\Temp\pip-install-qy12ykqa\numpy\numpy\distutils\system_info.py:624: UserWarning:
  276. Lapack (http://www.netlib.org/lapack/) libraries not found.
  277. Directories to search for the libraries can be specified in the
  278. numpy/distutils/site.cfg file (section [lapack]) or by setting
  279. the LAPACK environment variable.
  280. self.calc_info()
  281. lapack_src_info:
  282. NOT AVAILABLE
  283.  
  284. C:\Users\ACER\AppData\Local\Temp\pip-install-qy12ykqa\numpy\numpy\distutils\system_info.py:624: UserWarning:
  285. Lapack (http://www.netlib.org/lapack/) sources not found.
  286. Directories to search for the sources can be specified in the
  287. numpy/distutils/site.cfg file (section [lapack_src]) or by setting
  288. the LAPACK_SRC environment variable.
  289. self.calc_info()
  290. NOT AVAILABLE
  291.  
  292. c:\users\acer\appdata\local\programs\python\python38-32\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
  293. warnings.warn(msg)
  294. running install
  295. running build
  296. running config_cc
  297. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  298. running config_fc
  299. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  300. running build_src
  301. build_src
  302. building py_modules sources
  303. creating build
  304. creating build\src.win32-3.8
  305. creating build\src.win32-3.8\numpy
  306. creating build\src.win32-3.8\numpy\distutils
  307. building library "npymath" sources
  308. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  309. error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
  310. ----------------------------------------
  311. ERROR: Command errored out with exit status 1: 'c:\users\acer\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ACER\\AppData\\Local\\Temp\\pip-install-qy12ykqa\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\ACER\\AppData\\Local\\Temp\\pip-install-qy12ykqa\\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\ACER\AppData\Local\Temp\pip-record-m5w1qe_p\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\ACER\AppData\Local\Temp\pip-build-env-sjc39tmy\overlay' --compile --install-headers 'C:\Users\ACER\AppData\Local\Temp\pip-build-env-sjc39tmy\overlay\Include\numpy' Check the logs for full command output.
  312. ----------------------------------------
  313. ERROR: Command errored out with exit status 1: 'c:\users\acer\appdata\local\programs\python\python38-32\python.exe' 'c:\users\acer\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\ACER\AppData\Local\Temp\pip-build-env-sjc39tmy\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools 'Cython>=0.29.2' '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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement