Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.52 KB | None | 0 0
  1. Windows PowerShell
  2. Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
  3.  
  4. PS C:\Users\Mabelle Franke> pip install spacy
  5. Collecting spacy
  6. Collecting preshed<2.0.0,>=1.0.0 (from spacy)
  7. Using cached https://files.pythonhosted.org/packages/1b/ac/7c17b1fd54b60972785b646d37da2826311cca70842c011c4ff84fbe95e0/preshed-1.0.0.tar.gz
  8. Collecting dill<0.3,>=0.2 (from spacy)
  9. Collecting plac<1.0.0,>=0.9.6 (from spacy)
  10. Using cached https://files.pythonhosted.org/packages/9e/9b/62c60d2f5bc135d2aa1d8c8a86aaf84edb719a59c7f11a4316259e61a298/plac-0.9.6-py2.py3-none-any.whl
  11. Requirement already satisfied: cymem<1.32,>=1.30 in c:\users\mabelle franke\appdata\local\programs\python\python37\lib\site-packages (from spacy) (1.31.2)
  12. Collecting ujson>=1.35 (from spacy)
  13. Collecting thinc<6.11.0,>=6.10.1 (from spacy)
  14. Collecting regex==2017.4.5 (from spacy)
  15. Collecting murmurhash<0.29,>=0.28 (from spacy)
  16. Collecting numpy>=1.7 (from spacy)
  17. Using cached https://files.pythonhosted.org/packages/b0/2b/497c2bb7c660b2606d4a96e2035e92554429e139c6c71cdff67af66b58d2/numpy-1.14.3.zip
  18. Collecting pathlib (from spacy)
  19. Collecting pyreadline>=1.7.1 (from dill<0.3,>=0.2->spacy)
  20. Collecting termcolor (from thinc<6.11.0,>=6.10.1->spacy)
  21. Collecting six<2.0.0,>=1.10.0 (from thinc<6.11.0,>=6.10.1->spacy)
  22. Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
  23. Collecting msgpack-python (from thinc<6.11.0,>=6.10.1->spacy)
  24. Collecting cytoolz<0.9,>=0.8 (from thinc<6.11.0,>=6.10.1->spacy)
  25. Using cached https://files.pythonhosted.org/packages/0f/e6/ccc124714dcc1bd511e64ddafb4d5d20ada2533b92e3173a4cf09e0d0831/cytoolz-0.8.2.tar.gz
  26. Collecting tqdm<5.0.0,>=4.10.0 (from thinc<6.11.0,>=6.10.1->spacy)
  27. Using cached https://files.pythonhosted.org/packages/93/24/6ab1df969db228aed36a648a8959d1027099ce45fad67532b9673d533318/tqdm-4.23.4-py2.py3-none-any.whl
  28. Collecting wrapt (from thinc<6.11.0,>=6.10.1->spacy)
  29. Collecting msgpack-numpy==0.4.1 (from thinc<6.11.0,>=6.10.1->spacy)
  30. Using cached https://files.pythonhosted.org/packages/2e/43/393e30e2768b0357541ac95891f96b80ccc4d517e0dd2fa3042fc8926538/msgpack_numpy-0.4.1-py2.py3-none-any.whl
  31. Collecting toolz>=0.8.0 (from cytoolz<0.9,>=0.8->thinc<6.11.0,>=6.10.1->spacy)
  32. Building wheels for collected packages: preshed, numpy, cytoolz
  33. Running setup.py bdist_wheel for preshed ... error
  34. Complete output from command "c:\users\mabelle franke\appdata\local\programs\python\python37\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\MABELL~1\\AppData\\Local\\Temp\\pip-install-262cav8v\\preshed\\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\MABELL~1\AppData\Local\Temp\pip-wheel-0z78x3h6 --python-tag cp37:
  35. running bdist_wheel
  36. running build
  37. running build_py
  38. creating build
  39. creating build\lib.win-amd64-3.7
  40. creating build\lib.win-amd64-3.7\preshed
  41. copying preshed\about.py -> build\lib.win-amd64-3.7\preshed
  42. copying preshed\__init__.py -> build\lib.win-amd64-3.7\preshed
  43. creating build\lib.win-amd64-3.7\preshed\tests
  44. copying preshed\tests\test_counter.py -> build\lib.win-amd64-3.7\preshed\tests
  45. copying preshed\tests\test_hashing.py -> build\lib.win-amd64-3.7\preshed\tests
  46. copying preshed\tests\test_pop.py -> build\lib.win-amd64-3.7\preshed\tests
  47. copying preshed\tests\__init__.py -> build\lib.win-amd64-3.7\preshed\tests
  48. copying preshed\counter.pyx -> build\lib.win-amd64-3.7\preshed
  49. copying preshed\maps.pyx -> build\lib.win-amd64-3.7\preshed
  50. copying preshed\counter.pxd -> build\lib.win-amd64-3.7\preshed
  51. copying preshed\maps.pxd -> build\lib.win-amd64-3.7\preshed
  52. copying preshed\__init__.pxd -> build\lib.win-amd64-3.7\preshed
  53. running build_ext
  54. building 'preshed.maps' extension
  55. creating build\temp.win-amd64-3.7
  56. creating build\temp.win-amd64-3.7\Release
  57. creating build\temp.win-amd64-3.7\Release\preshed
  58. C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD "-Ic:\users\mabelle franke\appdata\local\programs\python\python37\include" -IC:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\preshed\include "-Ic:\users\mabelle franke\appdata\local\programs\python\python37\include" "-Ic:\users\mabelle franke\appdata\local\programs\python\python37\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\cppwinrt" /EHsc /Tppreshed/maps.cpp /Fobuild\temp.win-amd64-3.7\Release\preshed/maps.obj /Ox /EHsc
  59. maps.cpp
  60. preshed/maps.cpp(6642): error C2039: "exc_type": Ist kein Element von "_ts"
  61. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  62. preshed/maps.cpp(6643): error C2039: "exc_value": Ist kein Element von "_ts"
  63. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  64. preshed/maps.cpp(6644): error C2039: "exc_traceback": Ist kein Element von "_ts"
  65. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  66. preshed/maps.cpp(6645): error C2039: "exc_type": Ist kein Element von "_ts"
  67. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  68. preshed/maps.cpp(6646): error C2039: "exc_value": Ist kein Element von "_ts"
  69. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  70. preshed/maps.cpp(6647): error C2039: "exc_traceback": Ist kein Element von "_ts"
  71. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  72. error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.13.26128\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
  73.  
  74. ----------------------------------------
  75. Failed building wheel for preshed
  76. Running setup.py clean for preshed
  77. Running setup.py bdist_wheel for numpy ... error
  78. Complete output from command "c:\users\mabelle franke\appdata\local\programs\python\python37\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\MABELL~1\\AppData\\Local\\Temp\\pip-install-262cav8v\\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\MABELL~1\AppData\Local\Temp\pip-wheel-6irczie6 --python-tag cp37:
  79. Running from numpy source directory.
  80. blas_opt_info:
  81. blas_mkl_info:
  82. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  83. customize MSVCCompiler
  84. libraries mkl_rt not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  85. NOT AVAILABLE
  86.  
  87. blis_info:
  88. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  89. customize MSVCCompiler
  90. libraries blis not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  91. NOT AVAILABLE
  92.  
  93. openblas_info:
  94. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  95. customize MSVCCompiler
  96. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  97. customize MSVCCompiler
  98. libraries openblas not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  99. get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
  100. customize GnuFCompiler
  101. Could not locate executable g77
  102. Could not locate executable f77
  103. customize IntelVisualFCompiler
  104. Could not locate executable ifort
  105. Could not locate executable ifl
  106. customize AbsoftFCompiler
  107. Could not locate executable f90
  108. customize CompaqVisualFCompiler
  109. Could not locate executable DF
  110. customize IntelItaniumVisualFCompiler
  111. Could not locate executable efl
  112. customize Gnu95FCompiler
  113. Could not locate executable gfortran
  114. Could not locate executable f95
  115. customize G95FCompiler
  116. Could not locate executable g95
  117. customize IntelEM64VisualFCompiler
  118. customize IntelEM64TFCompiler
  119. Could not locate executable efort
  120. Could not locate executable efc
  121. customize PGroupFlangCompiler
  122. Could not locate executable flang
  123. don't know how to compile Fortran code on platform 'nt'
  124. NOT AVAILABLE
  125.  
  126. atlas_3_10_blas_threads_info:
  127. Setting PTATLAS=ATLAS
  128. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  129. customize MSVCCompiler
  130. libraries tatlas not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  131. NOT AVAILABLE
  132.  
  133. atlas_3_10_blas_info:
  134. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  135. customize MSVCCompiler
  136. libraries satlas not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  137. NOT AVAILABLE
  138.  
  139. atlas_blas_threads_info:
  140. Setting PTATLAS=ATLAS
  141. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  142. customize MSVCCompiler
  143. libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  144. NOT AVAILABLE
  145.  
  146. atlas_blas_info:
  147. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  148. customize MSVCCompiler
  149. libraries f77blas,cblas,atlas not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  150. NOT AVAILABLE
  151.  
  152. C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\system_info.py:624: UserWarning:
  153. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  154. Directories to search for the libraries can be specified in the
  155. numpy/distutils/site.cfg file (section [atlas]) or by setting
  156. the ATLAS environment variable.
  157. self.calc_info()
  158. blas_info:
  159. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  160. customize MSVCCompiler
  161. libraries blas not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  162. NOT AVAILABLE
  163.  
  164. C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\system_info.py:624: UserWarning:
  165. Blas (http://www.netlib.org/blas/) libraries not found.
  166. Directories to search for the libraries can be specified in the
  167. numpy/distutils/site.cfg file (section [blas]) or by setting
  168. the BLAS environment variable.
  169. self.calc_info()
  170. blas_src_info:
  171. NOT AVAILABLE
  172.  
  173. C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\system_info.py:624: UserWarning:
  174. Blas (http://www.netlib.org/blas/) sources not found.
  175. Directories to search for the sources can be specified in the
  176. numpy/distutils/site.cfg file (section [blas_src]) or by setting
  177. the BLAS_SRC environment variable.
  178. self.calc_info()
  179. NOT AVAILABLE
  180.  
  181. Der Befehl "svnversion" ist entweder falsch geschrieben oder
  182. konnte nicht gefunden werden.
  183. Der Befehl "svnversion" ist entweder falsch geschrieben oder
  184. konnte nicht gefunden werden.
  185. non-existing path in 'numpy\\distutils': 'site.cfg'
  186. F2PY Version 2
  187. lapack_opt_info:
  188. lapack_mkl_info:
  189. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  190. customize MSVCCompiler
  191. libraries mkl_rt not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  192. NOT AVAILABLE
  193.  
  194. openblas_lapack_info:
  195. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  196. customize MSVCCompiler
  197. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  198. customize MSVCCompiler
  199. libraries openblas not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  200. NOT AVAILABLE
  201.  
  202. openblas_clapack_info:
  203. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  204. customize MSVCCompiler
  205. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  206. customize MSVCCompiler
  207. libraries openblas,lapack not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  208. NOT AVAILABLE
  209.  
  210. atlas_3_10_threads_info:
  211. Setting PTATLAS=ATLAS
  212. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  213. customize MSVCCompiler
  214. libraries tatlas,tatlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\lib
  215. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  216. customize MSVCCompiler
  217. libraries lapack_atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\lib
  218. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  219. customize MSVCCompiler
  220. libraries tatlas,tatlas not found in C:\
  221. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  222. customize MSVCCompiler
  223. libraries lapack_atlas not found in C:\
  224. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  225. customize MSVCCompiler
  226. libraries tatlas,tatlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\libs
  227. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  228. customize MSVCCompiler
  229. libraries lapack_atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\libs
  230. <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
  231. NOT AVAILABLE
  232.  
  233. atlas_3_10_info:
  234. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  235. customize MSVCCompiler
  236. libraries satlas,satlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\lib
  237. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  238. customize MSVCCompiler
  239. libraries lapack_atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\lib
  240. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  241. customize MSVCCompiler
  242. libraries satlas,satlas not found in C:\
  243. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  244. customize MSVCCompiler
  245. libraries lapack_atlas not found in C:\
  246. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  247. customize MSVCCompiler
  248. libraries satlas,satlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\libs
  249. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  250. customize MSVCCompiler
  251. libraries lapack_atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\libs
  252. <class 'numpy.distutils.system_info.atlas_3_10_info'>
  253. NOT AVAILABLE
  254.  
  255. atlas_threads_info:
  256. Setting PTATLAS=ATLAS
  257. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  258. customize MSVCCompiler
  259. libraries ptf77blas,ptcblas,atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\lib
  260. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  261. customize MSVCCompiler
  262. libraries lapack_atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\lib
  263. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  264. customize MSVCCompiler
  265. libraries ptf77blas,ptcblas,atlas not found in C:\
  266. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  267. customize MSVCCompiler
  268. libraries lapack_atlas not found in C:\
  269. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  270. customize MSVCCompiler
  271. libraries ptf77blas,ptcblas,atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\libs
  272. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  273. customize MSVCCompiler
  274. libraries lapack_atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\libs
  275. <class 'numpy.distutils.system_info.atlas_threads_info'>
  276. NOT AVAILABLE
  277.  
  278. atlas_info:
  279. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  280. customize MSVCCompiler
  281. libraries f77blas,cblas,atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\lib
  282. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  283. customize MSVCCompiler
  284. libraries lapack_atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\lib
  285. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  286. customize MSVCCompiler
  287. libraries f77blas,cblas,atlas not found in C:\
  288. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  289. customize MSVCCompiler
  290. libraries lapack_atlas not found in C:\
  291. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  292. customize MSVCCompiler
  293. libraries f77blas,cblas,atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\libs
  294. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  295. customize MSVCCompiler
  296. libraries lapack_atlas not found in c:\users\mabelle franke\appdata\local\programs\python\python37\libs
  297. <class 'numpy.distutils.system_info.atlas_info'>
  298. NOT AVAILABLE
  299.  
  300. lapack_info:
  301. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  302. customize MSVCCompiler
  303. libraries lapack not found in ['c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\lib', 'C:\\', 'c:\\users\\mabelle franke\\appdata\\local\\programs\\python\\python37\\libs']
  304. NOT AVAILABLE
  305.  
  306. C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\system_info.py:624: UserWarning:
  307. Lapack (http://www.netlib.org/lapack/) libraries not found.
  308. Directories to search for the libraries can be specified in the
  309. numpy/distutils/site.cfg file (section [lapack]) or by setting
  310. the LAPACK environment variable.
  311. self.calc_info()
  312. lapack_src_info:
  313. NOT AVAILABLE
  314.  
  315. C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\system_info.py:624: UserWarning:
  316. Lapack (http://www.netlib.org/lapack/) sources not found.
  317. Directories to search for the sources can be specified in the
  318. numpy/distutils/site.cfg file (section [lapack_src]) or by setting
  319. the LAPACK_SRC environment variable.
  320. self.calc_info()
  321. NOT AVAILABLE
  322.  
  323. c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
  324. warnings.warn(msg)
  325. running bdist_wheel
  326. running build
  327. running config_cc
  328. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  329. running config_fc
  330. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  331. running build_src
  332. build_src
  333. building py_modules sources
  334. creating build
  335. creating build\src.win-amd64-3.7
  336. creating build\src.win-amd64-3.7\numpy
  337. creating build\src.win-amd64-3.7\numpy\distutils
  338. building library "npymath" sources
  339. No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  340. C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -I"c:\users\mabelle franke\appdata\local\programs\python\python37\include" -I"c:\users\mabelle franke\appdata\local\programs\python\python37\include" -I"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\cppwinrt" /Tc_configtest.c /Fo_configtest.obj
  341. C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\bin\HostX86\x64\link.exe /nologo /INCREMENTAL:NO /LTCG /MANIFEST:EMBED,ID=1 /LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\lib\x64" /LIBPATH:"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\lib\um\x64" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.16299.0\ucrt\x64" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.16299.0\um\x64" _configtest.obj /OUT:_configtest.exe
  342. success!
  343. removing: _configtest.c _configtest.obj _configtest.exe
  344. C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -I"c:\users\mabelle franke\appdata\local\programs\python\python37\include" -I"c:\users\mabelle franke\appdata\local\programs\python\python37\include" -I"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\cppwinrt" /Tc_configtest.c /Fo_configtest.obj
  345. Traceback (most recent call last):
  346. File "<string>", line 1, in <module>
  347. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\setup.py", line 394, in <module>
  348. setup_package()
  349. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\setup.py", line 386, in setup_package
  350. setup(**metadata)
  351. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\core.py", line 169, in setup
  352. return old_setup(**new_attr)
  353. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\site-packages\setuptools\__init__.py", line 129, in setup
  354. return distutils.core.setup(**attrs)
  355. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\core.py", line 148, in setup
  356. dist.run_commands()
  357. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\dist.py", line 966, in run_commands
  358. self.run_command(cmd)
  359. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\dist.py", line 985, in run_command
  360. cmd_obj.run()
  361. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\site-packages\wheel\bdist_wheel.py", line 202, in run
  362. self.run_command('build')
  363. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\cmd.py", line 313, in run_command
  364. self.distribution.run_command(command)
  365. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\dist.py", line 985, in run_command
  366. cmd_obj.run()
  367. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\command\build.py", line 47, in run
  368. old_build.run(self)
  369. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\command\build.py", line 135, in run
  370. self.run_command(cmd_name)
  371. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\cmd.py", line 313, in run_command
  372. self.distribution.run_command(command)
  373. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\dist.py", line 985, in run_command
  374. cmd_obj.run()
  375. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\command\build_src.py", line 148, in run
  376. self.build_sources()
  377. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\command\build_src.py", line 159, in build_sources
  378. self.build_library_sources(*libname_info)
  379. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\command\build_src.py", line 294, in build_library_sources
  380. sources = self.generate_sources(sources, (lib_name, build_info))
  381. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\command\build_src.py", line 377, in generate_sources
  382. source = func(extension, build_dir)
  383. File "numpy\core\setup.py", line 676, in get_mathlib_info
  384. mlibs = check_mathlib(config_cmd)
  385. File "numpy\core\setup.py", line 370, in check_mathlib
  386. if config_cmd.check_func("exp", libraries=libs, decl=True, call=True):
  387. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\command\config.py", line 338, in check_func
  388. libraries, library_dirs)
  389. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\command\config.py", line 246, in try_link
  390. libraries, library_dirs, lang)
  391. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\command\config.py", line 155, in _link
  392. libraries, library_dirs, lang))
  393. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\command\config.py", line 95, in _wrap_method
  394. ret = mth(*((self,)+args))
  395. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\command\config.py", line 138, in _link
  396. (src, obj) = self._compile(body, headers, include_dirs, lang)
  397. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\command\config.py", line 105, in _compile
  398. (body, headers, include_dirs, lang))
  399. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\command\config.py", line 95, in _wrap_method
  400. ret = mth(*((self,)+args))
  401. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\command\config.py", line 133, in _compile
  402. self.compiler.compile([src], include_dirs=include_dirs)
  403. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\_msvccompiler.py", line 423, in compile
  404. self.spawn(args)
  405. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\distutils\_msvccompiler.py", line 542, in spawn
  406. return super().spawn(cmd)
  407. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\ccompiler.py", line 89, in <lambda>
  408. m = lambda self, *args, **kw: func(self, *args, **kw)
  409. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\ccompiler.py", line 139, in CCompiler_spawn
  410. s, o = exec_command(cmd)
  411. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\exec_command.py", line 213, in exec_command
  412. **env)
  413. File "C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\numpy\numpy\distutils\exec_command.py", line 256, in _exec_command
  414. text, err = proc.communicate()
  415. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\subprocess.py", line 907, in communicate
  416. stdout = self.stdout.read()
  417. File "c:\users\mabelle franke\appdata\local\programs\python\python37\lib\encodings\cp1252.py", line 23, in decode
  418. return codecs.charmap_decode(input,self.errors,decoding_table)[0]
  419. UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 75: character maps to <undefined>
  420.  
  421. ----------------------------------------
  422. Failed building wheel for numpy
  423. Running setup.py clean for numpy
  424. Complete output from command "c:\users\mabelle franke\appdata\local\programs\python\python37\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\MABELL~1\\AppData\\Local\\Temp\\pip-install-262cav8v\\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:
  425. Running from numpy source directory.
  426.  
  427. `setup.py clean` is not supported, use one of the following instead:
  428.  
  429. - `git clean -xdf` (cleans all files)
  430. - `git clean -Xdf` (cleans all versioned files, doesn't touch
  431. files that aren't checked into the git repo)
  432.  
  433. Add `--force` to your command to use it anyway if you must (unsupported).
  434.  
  435.  
  436. ----------------------------------------
  437. Failed cleaning build dir for numpy
  438. Running setup.py bdist_wheel for cytoolz ... | Subprocess output does not appear to be encoded as cp1252
  439. error
  440. Complete output from command "c:\users\mabelle franke\appdata\local\programs\python\python37\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\MABELL~1\\AppData\\Local\\Temp\\pip-install-262cav8v\\cytoolz\\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\MABELL~1\AppData\Local\Temp\pip-wheel-p9o7t5c4 --python-tag cp37:
  441. running bdist_wheel
  442. running build
  443. running build_py
  444. creating build
  445. creating build\lib.win-amd64-3.7
  446. creating build\lib.win-amd64-3.7\cytoolz
  447. copying cytoolz\compatibility.py -> build\lib.win-amd64-3.7\cytoolz
  448. copying cytoolz\utils_test.py -> build\lib.win-amd64-3.7\cytoolz
  449. copying cytoolz\_signatures.py -> build\lib.win-amd64-3.7\cytoolz
  450. copying cytoolz\_version.py -> build\lib.win-amd64-3.7\cytoolz
  451. copying cytoolz\__init__.py -> build\lib.win-amd64-3.7\cytoolz
  452. creating build\lib.win-amd64-3.7\cytoolz\curried
  453. copying cytoolz\curried\exceptions.py -> build\lib.win-amd64-3.7\cytoolz\curried
  454. copying cytoolz\curried\operator.py -> build\lib.win-amd64-3.7\cytoolz\curried
  455. copying cytoolz\curried\__init__.py -> build\lib.win-amd64-3.7\cytoolz\curried
  456. copying cytoolz\dicttoolz.pyx -> build\lib.win-amd64-3.7\cytoolz
  457. copying cytoolz\functoolz.pyx -> build\lib.win-amd64-3.7\cytoolz
  458. copying cytoolz\itertoolz.pyx -> build\lib.win-amd64-3.7\cytoolz
  459. copying cytoolz\recipes.pyx -> build\lib.win-amd64-3.7\cytoolz
  460. copying cytoolz\utils.pyx -> build\lib.win-amd64-3.7\cytoolz
  461. copying cytoolz\cpython.pxd -> build\lib.win-amd64-3.7\cytoolz
  462. copying cytoolz\dicttoolz.pxd -> build\lib.win-amd64-3.7\cytoolz
  463. copying cytoolz\functoolz.pxd -> build\lib.win-amd64-3.7\cytoolz
  464. copying cytoolz\itertoolz.pxd -> build\lib.win-amd64-3.7\cytoolz
  465. copying cytoolz\recipes.pxd -> build\lib.win-amd64-3.7\cytoolz
  466. copying cytoolz\utils.pxd -> build\lib.win-amd64-3.7\cytoolz
  467. copying cytoolz\__init__.pxd -> build\lib.win-amd64-3.7\cytoolz
  468. creating build\lib.win-amd64-3.7\cytoolz\tests
  469. copying cytoolz\tests\dev_skip_test.py -> build\lib.win-amd64-3.7\cytoolz\tests
  470. copying cytoolz\tests\test_compatibility.py -> build\lib.win-amd64-3.7\cytoolz\tests
  471. copying cytoolz\tests\test_curried.py -> build\lib.win-amd64-3.7\cytoolz\tests
  472. copying cytoolz\tests\test_curried_toolzlike.py -> build\lib.win-amd64-3.7\cytoolz\tests
  473. copying cytoolz\tests\test_dev_skip_test.py -> build\lib.win-amd64-3.7\cytoolz\tests
  474. copying cytoolz\tests\test_dicttoolz.py -> build\lib.win-amd64-3.7\cytoolz\tests
  475. copying cytoolz\tests\test_docstrings.py -> build\lib.win-amd64-3.7\cytoolz\tests
  476. copying cytoolz\tests\test_doctests.py -> build\lib.win-amd64-3.7\cytoolz\tests
  477. copying cytoolz\tests\test_embedded_sigs.py -> build\lib.win-amd64-3.7\cytoolz\tests
  478. copying cytoolz\tests\test_functoolz.py -> build\lib.win-amd64-3.7\cytoolz\tests
  479. copying cytoolz\tests\test_inspect_args.py -> build\lib.win-amd64-3.7\cytoolz\tests
  480. copying cytoolz\tests\test_itertoolz.py -> build\lib.win-amd64-3.7\cytoolz\tests
  481. copying cytoolz\tests\test_none_safe.py -> build\lib.win-amd64-3.7\cytoolz\tests
  482. copying cytoolz\tests\test_recipes.py -> build\lib.win-amd64-3.7\cytoolz\tests
  483. copying cytoolz\tests\test_serialization.py -> build\lib.win-amd64-3.7\cytoolz\tests
  484. copying cytoolz\tests\test_signatures.py -> build\lib.win-amd64-3.7\cytoolz\tests
  485. copying cytoolz\tests\test_tlz.py -> build\lib.win-amd64-3.7\cytoolz\tests
  486. copying cytoolz\tests\test_utils.py -> build\lib.win-amd64-3.7\cytoolz\tests
  487. running build_ext
  488. building 'cytoolz.dicttoolz' extension
  489. creating build\temp.win-amd64-3.7
  490. creating build\temp.win-amd64-3.7\Release
  491. creating build\temp.win-amd64-3.7\Release\cytoolz
  492. C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD "-Ic:\users\mabelle franke\appdata\local\programs\python\python37\include" "-Ic:\users\mabelle franke\appdata\local\programs\python\python37\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\cppwinrt" /Tccytoolz/dicttoolz.c /Fobuild\temp.win-amd64-3.7\Release\cytoolz/dicttoolz.obj
  493. dicttoolz.c
  494. cytoolz/dicttoolz.c(8277): warning C4020: "Funktionszeiger": zu viele \x81bergebene Parameter
  495. cytoolz/dicttoolz.c(9053): error C2039: "exc_type": Ist kein Element von "_ts"
  496. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  497. cytoolz/dicttoolz.c(9054): error C2039: "exc_value": Ist kein Element von "_ts"
  498. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  499. cytoolz/dicttoolz.c(9055): error C2039: "exc_traceback": Ist kein Element von "_ts"
  500. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  501. cytoolz/dicttoolz.c(9062): error C2039: "exc_type": Ist kein Element von "_ts"
  502. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  503. cytoolz/dicttoolz.c(9063): error C2039: "exc_value": Ist kein Element von "_ts"
  504. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  505. cytoolz/dicttoolz.c(9064): error C2039: "exc_traceback": Ist kein Element von "_ts"
  506. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  507. cytoolz/dicttoolz.c(9065): error C2039: "exc_type": Ist kein Element von "_ts"
  508. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  509. cytoolz/dicttoolz.c(9066): error C2039: "exc_value": Ist kein Element von "_ts"
  510. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  511. cytoolz/dicttoolz.c(9067): error C2039: "exc_traceback": Ist kein Element von "_ts"
  512. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  513. cytoolz/dicttoolz.c(9122): error C2039: "exc_type": Ist kein Element von "_ts"
  514. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  515. cytoolz/dicttoolz.c(9123): error C2039: "exc_value": Ist kein Element von "_ts"
  516. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  517. cytoolz/dicttoolz.c(9124): error C2039: "exc_traceback": Ist kein Element von "_ts"
  518. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  519. cytoolz/dicttoolz.c(9125): error C2039: "exc_type": Ist kein Element von "_ts"
  520. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  521. cytoolz/dicttoolz.c(9126): error C2039: "exc_value": Ist kein Element von "_ts"
  522. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  523. cytoolz/dicttoolz.c(9127): error C2039: "exc_traceback": Ist kein Element von "_ts"
  524. c:\users\mabelle franke\appdata\local\programs\python\python37\include\pystate.h(209): note: Siehe Deklaration von "_ts"
  525. error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.13.26128\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
  526.  
  527. ----------------------------------------
  528. Failed building wheel for cytoolz
  529. Running setup.py clean for cytoolz
  530. Failed to build preshed numpy cytoolz
  531. Installing collected packages: preshed, pyreadline, dill, plac, ujson, termcolor, six, msgpack-python, toolz, cytoolz, pathlib, tqdm, wrapt, numpy, msgpack-numpy, murmurhash, thinc, regex, spacy
  532. Running setup.py install for preshed ... error
  533. Complete output from command "c:\users\mabelle franke\appdata\local\programs\python\python37\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\MABELL~1\\AppData\\Local\\Temp\\pip-install-262cav8v\\preshed\\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\MABELL~1\AppData\Local\Temp\pip-record-lnn36k_i\install-record.txt --single-version-externally-managed --compile:
  534. running install
  535. running build
  536. running build_py
  537. running build_ext
  538. building 'preshed.maps' extension
  539. C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD "-Ic:\users\mabelle franke\appdata\local\programs\python\python37\include" -IC:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\preshed\include "-Ic:\users\mabelle franke\appdata\local\programs\python\python37\include" "-Ic:\users\mabelle franke\appdata\local\programs\python\python37\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\cppwinrt" /EHsc /Tppreshed/maps.cpp /Fobuild\temp.win-amd64-3.7\Release\preshed/maps.obj /Ox /EHsc
  540. maps.cpp
  541. c1xx: fatal error C1083: Datei (Quelle) kann nicht ge”ffnet werden: "preshed/maps.cpp": No such file or directory
  542. error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.13.26128\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
  543.  
  544. ----------------------------------------
  545. Command ""c:\users\mabelle franke\appdata\local\programs\python\python37\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\MABELL~1\\AppData\\Local\\Temp\\pip-install-262cav8v\\preshed\\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\MABELL~1\AppData\Local\Temp\pip-record-lnn36k_i\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\MABELL~1\AppData\Local\Temp\pip-install-262cav8v\preshed\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement