Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.35 KB | None | 0 0
  1. ERROR: Command errored out with exit status 1:
  2. command: 'C:\Users\admin\AppData\Local\Programs\Python\Python38\python.exe' 'C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\pip\_vendor\pep517\_in_process.py' build_wheel 'C:\Users\admin\AppData\Local\Temp\tmpj_wdvut6'
  3. cwd: C:\Users\admin\AppData\Local\Temp\pip-install-2rnk19l8\cryptography
  4. Complete output (136 lines):
  5. running bdist_wheel
  6. running build
  7. running build_py
  8. creating build
  9. creating build\lib.win-amd64-3.8
  10. creating build\lib.win-amd64-3.8\cryptography
  11. copying src\cryptography\exceptions.py -> build\lib.win-amd64-3.8\cryptography
  12. copying src\cryptography\fernet.py -> build\lib.win-amd64-3.8\cryptography
  13. copying src\cryptography\utils.py -> build\lib.win-amd64-3.8\cryptography
  14. copying src\cryptography\__about__.py -> build\lib.win-amd64-3.8\cryptography
  15. copying src\cryptography\__init__.py -> build\lib.win-amd64-3.8\cryptography
  16. creating build\lib.win-amd64-3.8\cryptography\hazmat
  17. copying src\cryptography\hazmat\_oid.py -> build\lib.win-amd64-3.8\cryptography\hazmat
  18. copying src\cryptography\hazmat\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat
  19. creating build\lib.win-amd64-3.8\cryptography\x509
  20. copying src\cryptography\x509\base.py -> build\lib.win-amd64-3.8\cryptography\x509
  21. copying src\cryptography\x509\certificate_transparency.py -> build\lib.win-amd64-3.8\cryptography\x509
  22. copying src\cryptography\x509\extensions.py -> build\lib.win-amd64-3.8\cryptography\x509
  23. copying src\cryptography\x509\general_name.py -> build\lib.win-amd64-3.8\cryptography\x509
  24. copying src\cryptography\x509\name.py -> build\lib.win-amd64-3.8\cryptography\x509
  25. copying src\cryptography\x509\ocsp.py -> build\lib.win-amd64-3.8\cryptography\x509
  26. copying src\cryptography\x509\oid.py -> build\lib.win-amd64-3.8\cryptography\x509
  27. copying src\cryptography\x509\__init__.py -> build\lib.win-amd64-3.8\cryptography\x509
  28. creating build\lib.win-amd64-3.8\cryptography\hazmat\backends
  29. copying src\cryptography\hazmat\backends\interfaces.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends
  30. copying src\cryptography\hazmat\backends\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends
  31. creating build\lib.win-amd64-3.8\cryptography\hazmat\bindings
  32. copying src\cryptography\hazmat\bindings\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat\bindings
  33. creating build\lib.win-amd64-3.8\cryptography\hazmat\primitives
  34. copying src\cryptography\hazmat\primitives\cmac.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives
  35. copying src\cryptography\hazmat\primitives\constant_time.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives
  36. copying src\cryptography\hazmat\primitives\hashes.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives
  37. copying src\cryptography\hazmat\primitives\hmac.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives
  38. copying src\cryptography\hazmat\primitives\keywrap.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives
  39. copying src\cryptography\hazmat\primitives\padding.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives
  40. copying src\cryptography\hazmat\primitives\poly1305.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives
  41. copying src\cryptography\hazmat\primitives\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives
  42. creating build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  43. copying src\cryptography\hazmat\backends\openssl\aead.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  44. copying src\cryptography\hazmat\backends\openssl\backend.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  45. copying src\cryptography\hazmat\backends\openssl\ciphers.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  46. copying src\cryptography\hazmat\backends\openssl\cmac.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  47. copying src\cryptography\hazmat\backends\openssl\decode_asn1.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  48. copying src\cryptography\hazmat\backends\openssl\dh.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  49. copying src\cryptography\hazmat\backends\openssl\dsa.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  50. copying src\cryptography\hazmat\backends\openssl\ec.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  51. copying src\cryptography\hazmat\backends\openssl\ed25519.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  52. copying src\cryptography\hazmat\backends\openssl\ed448.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  53. copying src\cryptography\hazmat\backends\openssl\encode_asn1.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  54. copying src\cryptography\hazmat\backends\openssl\hashes.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  55. copying src\cryptography\hazmat\backends\openssl\hmac.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  56. copying src\cryptography\hazmat\backends\openssl\ocsp.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  57. copying src\cryptography\hazmat\backends\openssl\poly1305.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  58. copying src\cryptography\hazmat\backends\openssl\rsa.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  59. copying src\cryptography\hazmat\backends\openssl\utils.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  60. copying src\cryptography\hazmat\backends\openssl\x25519.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  61. copying src\cryptography\hazmat\backends\openssl\x448.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  62. copying src\cryptography\hazmat\backends\openssl\x509.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  63. copying src\cryptography\hazmat\backends\openssl\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat\backends\openssl
  64. creating build\lib.win-amd64-3.8\cryptography\hazmat\bindings\openssl
  65. copying src\cryptography\hazmat\bindings\openssl\binding.py -> build\lib.win-amd64-3.8\cryptography\hazmat\bindings\openssl
  66. copying src\cryptography\hazmat\bindings\openssl\_conditional.py -> build\lib.win-amd64-3.8\cryptography\hazmat\bindings\openssl
  67. copying src\cryptography\hazmat\bindings\openssl\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat\bindings\openssl
  68. creating build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  69. copying src\cryptography\hazmat\primitives\asymmetric\dh.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  70. copying src\cryptography\hazmat\primitives\asymmetric\dsa.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  71. copying src\cryptography\hazmat\primitives\asymmetric\ec.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  72. copying src\cryptography\hazmat\primitives\asymmetric\ed25519.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  73. copying src\cryptography\hazmat\primitives\asymmetric\ed448.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  74. copying src\cryptography\hazmat\primitives\asymmetric\padding.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  75. copying src\cryptography\hazmat\primitives\asymmetric\rsa.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  76. copying src\cryptography\hazmat\primitives\asymmetric\utils.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  77. copying src\cryptography\hazmat\primitives\asymmetric\x25519.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  78. copying src\cryptography\hazmat\primitives\asymmetric\x448.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  79. copying src\cryptography\hazmat\primitives\asymmetric\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\asymmetric
  80. creating build\lib.win-amd64-3.8\cryptography\hazmat\primitives\ciphers
  81. copying src\cryptography\hazmat\primitives\ciphers\aead.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\ciphers
  82. copying src\cryptography\hazmat\primitives\ciphers\algorithms.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\ciphers
  83. copying src\cryptography\hazmat\primitives\ciphers\base.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\ciphers
  84. copying src\cryptography\hazmat\primitives\ciphers\modes.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\ciphers
  85. copying src\cryptography\hazmat\primitives\ciphers\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\ciphers
  86. creating build\lib.win-amd64-3.8\cryptography\hazmat\primitives\kdf
  87. copying src\cryptography\hazmat\primitives\kdf\concatkdf.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\kdf
  88. copying src\cryptography\hazmat\primitives\kdf\hkdf.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\kdf
  89. copying src\cryptography\hazmat\primitives\kdf\kbkdf.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\kdf
  90. copying src\cryptography\hazmat\primitives\kdf\pbkdf2.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\kdf
  91. copying src\cryptography\hazmat\primitives\kdf\scrypt.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\kdf
  92. copying src\cryptography\hazmat\primitives\kdf\x963kdf.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\kdf
  93. copying src\cryptography\hazmat\primitives\kdf\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\kdf
  94. creating build\lib.win-amd64-3.8\cryptography\hazmat\primitives\serialization
  95. copying src\cryptography\hazmat\primitives\serialization\base.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\serialization
  96. copying src\cryptography\hazmat\primitives\serialization\pkcs12.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\serialization
  97. copying src\cryptography\hazmat\primitives\serialization\ssh.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\serialization
  98. copying src\cryptography\hazmat\primitives\serialization\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\serialization
  99. creating build\lib.win-amd64-3.8\cryptography\hazmat\primitives\twofactor
  100. copying src\cryptography\hazmat\primitives\twofactor\hotp.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\twofactor
  101. copying src\cryptography\hazmat\primitives\twofactor\totp.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\twofactor
  102. copying src\cryptography\hazmat\primitives\twofactor\utils.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\twofactor
  103. copying src\cryptography\hazmat\primitives\twofactor\__init__.py -> build\lib.win-amd64-3.8\cryptography\hazmat\primitives\twofactor
  104. running egg_info
  105. writing src\cryptography.egg-info\PKG-INFO
  106. writing dependency_links to src\cryptography.egg-info\dependency_links.txt
  107. writing requirements to src\cryptography.egg-info\requires.txt
  108. writing top-level names to src\cryptography.egg-info\top_level.txt
  109. reading manifest file 'src\cryptography.egg-info\SOURCES.txt'
  110. reading manifest template 'MANIFEST.in'
  111. no previously-included directories found matching 'docs\_build'
  112. warning: no previously-included files found matching 'vectors'
  113. warning: no previously-included files matching '*' found under directory 'vectors'
  114. warning: no previously-included files found matching 'azure-pipelines.yml'
  115. warning: no previously-included files found matching '.azure-pipelines'
  116. warning: no previously-included files found matching '.travis.yml'
  117. warning: no previously-included files found matching '.travis'
  118. warning: no previously-included files matching '*' found under directory '.azure-pipelines'
  119. warning: no previously-included files matching '*' found under directory '.travis'
  120. warning: no previously-included files found matching 'release.py'
  121. warning: no previously-included files found matching '.coveragerc'
  122. warning: no previously-included files found matching 'codecov.yml'
  123. warning: no previously-included files found matching 'dev-requirements.txt'
  124. warning: no previously-included files found matching 'rtd-requirements.txt'
  125. warning: no previously-included files found matching 'tox.ini'
  126. writing manifest file 'src\cryptography.egg-info\SOURCES.txt'
  127. running build_ext
  128. generating cffi module 'build\\temp.win-amd64-3.8\\Release\\_padding.c'
  129. creating build\temp.win-amd64-3.8
  130. creating build\temp.win-amd64-3.8\Release
  131. generating cffi module 'build\\temp.win-amd64-3.8\\Release\\_constant_time.c'
  132. generating cffi module 'build\\temp.win-amd64-3.8\\Release\\_openssl.c'
  133. building '_openssl' extension
  134. creating build\temp.win-amd64-3.8\Release\build
  135. creating build\temp.win-amd64-3.8\Release\build\temp.win-amd64-3.8
  136. creating build\temp.win-amd64-3.8\Release\build\temp.win-amd64-3.8\Release
  137. C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.22.27905\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -IC:\Users\admin\AppData\Local\Programs\Python\Python38\include -IC:\Users\admin\AppData\Local\Programs\Python\Python38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.22.27905\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" /Tcbuild\temp.win-amd64-3.8\Release\_openssl.c /Fobuild\temp.win-amd64-3.8\Release\build\temp.win-amd64-3.8\Release\_openssl.obj
  138. _openssl.c
  139. build\temp.win-amd64-3.8\Release\_openssl.c(498): fatal error C1083: Nie moľna otworzy† pliku do\x88Ącz: 'openssl/opensslv.h': No such file or directory
  140. error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.22.27905\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
  141. ----------------------------------------
  142. ERROR: Failed building wheel for cryptography
  143. Running setup.py clean for cryptography
  144. Failed to build cryptography
  145. ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement