Advertisement
DanPacu

sickchill virtual

May 25th, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.29 KB | None | 0 0
  1. /opt/sickchill/SickChill.py --nolaunch
  2. Checking poetry
  3. Can write to /usr/local/lib/python3.7/dist-packages: False
  4. Can write to /home/pi/.local/lib/python3.7/site-packages: False
  5. Current environment is not writable!
  6. Restarting SickChill with ['/opt/sickchill/.venv/bin/python3', '/opt/sickchill/SickChill.py', '--nolaunch']
  7. Checking poetry
  8. Can write to /home/pi/.local/lib/python3.7/site-packages: False
  9. Can write to /opt/sickchill/.venv/lib/python3.7/site-packages: True
  10. pip installed: False
  11. Installing pip
  12. Command result: Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
  13. Collecting pip
  14. Using cached https://www.piwheels.org/simple/pip/pip-22.1.1-py3-none-any.whl (2.1 MB)
  15. Installing collected packages: pip
  16. Attempting uninstall: pip
  17. Found existing installation: pip 22.1.1
  18. Uninstalling pip-22.1.1:
  19. Successfully uninstalled pip-22.1.1
  20. Successfully installed pip-22.1.1
  21.  
  22. Pip installed
  23. pip args: /opt/sickchill/.venv/bin/python3 -m pip install --no-input --disable-pip-version-check --no-python-version-warning --no-color -qU setuptools poetry wheel
  24. Command result: error: subprocess-exited-with-error
  25.  
  26. × Building wheel for cryptography (pyproject.toml) did not run successfully.
  27. │ exit code: 1
  28. ╰─> [190 lines of output]
  29. running bdist_wheel
  30. running build
  31. running build_py
  32. creating build
  33. creating build/lib.linux-x86_64-cpython-37
  34. creating build/lib.linux-x86_64-cpython-37/cryptography
  35. copying src/cryptography/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography
  36. copying src/cryptography/utils.py -> build/lib.linux-x86_64-cpython-37/cryptography
  37. copying src/cryptography/fernet.py -> build/lib.linux-x86_64-cpython-37/cryptography
  38. copying src/cryptography/__about__.py -> build/lib.linux-x86_64-cpython-37/cryptography
  39. copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-cpython-37/cryptography
  40. creating build/lib.linux-x86_64-cpython-37/cryptography/x509
  41. copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-cpython-37/cryptography/x509
  42. copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/x509
  43. copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-cpython-37/cryptography/x509
  44. copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-cpython-37/cryptography/x509
  45. copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-cpython-37/cryptography/x509
  46. copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-cpython-37/cryptography/x509
  47. copying src/cryptography/x509/ocsp.py -> build/lib.linux-x86_64-cpython-37/cryptography/x509
  48. copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-cpython-37/cryptography/x509
  49. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat
  50. copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat
  51. copying src/cryptography/hazmat/_oid.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat
  52. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings
  53. copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings
  54. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends
  55. copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends
  56. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  57. copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  58. copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  59. copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  60. copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  61. copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  62. copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  63. copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  64. copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  65. copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  66. copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  67. copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives
  68. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings/openssl
  69. copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings/openssl
  70. copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings/openssl
  71. copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings/openssl
  72. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  73. copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  74. copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  75. copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  76. copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  77. copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  78. copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  79. copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  80. copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  81. copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  82. copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  83. copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  84. copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  85. copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  86. copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  87. copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  88. copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  89. copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  90. copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  91. copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  92. copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/backends/openssl
  93. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  94. copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  95. copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  96. copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  97. copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  98. copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  99. copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  100. copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  101. copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  102. copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  103. copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  104. copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  105. copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/asymmetric
  106. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/twofactor
  107. copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/twofactor
  108. copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/twofactor
  109. copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/twofactor
  110. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/kdf
  111. copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/kdf
  112. copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/kdf
  113. copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/kdf
  114. copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/kdf
  115. copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/kdf
  116. copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/kdf
  117. copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/kdf
  118. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/serialization
  119. copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/serialization
  120. copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/serialization
  121. copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/serialization
  122. copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/serialization
  123. copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/serialization
  124. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/ciphers
  125. copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/ciphers
  126. copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/ciphers
  127. copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/ciphers
  128. copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/ciphers
  129. copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/primitives/ciphers
  130. running egg_info
  131. writing src/cryptography.egg-info/PKG-INFO
  132. writing dependency_links to src/cryptography.egg-info/dependency_links.txt
  133. writing requirements to src/cryptography.egg-info/requires.txt
  134. writing top-level names to src/cryptography.egg-info/top_level.txt
  135. reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
  136. reading manifest template 'MANIFEST.in'
  137. no previously-included directories found matching 'docs/_build'
  138. warning: no previously-included files found matching 'vectors'
  139. warning: no previously-included files matching '*' found under directory 'vectors'
  140. warning: no previously-included files matching '*' found under directory '.github'
  141. warning: no previously-included files found matching 'release.py'
  142. warning: no previously-included files found matching '.coveragerc'
  143. warning: no previously-included files found matching 'codecov.yml'
  144. warning: no previously-included files found matching '.readthedocs.yml'
  145. warning: no previously-included files found matching 'dev-requirements.txt'
  146. warning: no previously-included files found matching 'tox.ini'
  147. warning: no previously-included files found matching 'mypy.ini'
  148. warning: no previously-included files matching '*' found under directory '.circleci'
  149. adding license file 'LICENSE'
  150. adding license file 'LICENSE.APACHE'
  151. adding license file 'LICENSE.BSD'
  152. adding license file 'LICENSE.PSF'
  153. writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  154. copying src/cryptography/py.typed -> build/lib.linux-x86_64-cpython-37/cryptography
  155. creating build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings/_rust
  156. copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings/_rust
  157. copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings/_rust
  158. copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings/_rust
  159. copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-x86_64-cpython-37/cryptography/hazmat/bindings/_rust
  160. running build_ext
  161. running build_rust
  162. /tmp/pip-build-env-jsm68xcs/overlay/lib/python3.7/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'cryptography.hazmat.bindings._rust' as data is deprecated, please list it in `packages`.
  163. !!
  164.  
  165.  
  166. ############################
  167. # Package would be ignored #
  168. ############################
  169. Python recognizes 'cryptography.hazmat.bindings._rust' as an importable package, however it is
  170. included in the distribution as "data".
  171. This behavior is likely to change in future versions of setuptools (and
  172. therefore is considered deprecated).
  173.  
  174. Please make sure that 'cryptography.hazmat.bindings._rust' is included as a package by using
  175. setuptools' `packages` configuration field or the proper discovery methods
  176. (for example by using `find_namespace_packages(...)`/`find_namespace:`
  177. instead of `find_packages(...)`/`find:`).
  178.  
  179. You can read more about "package discovery" and "data files" on setuptools
  180. documentation page.
  181.  
  182.  
  183. !!
  184.  
  185. check.warn(importable)
  186.  
  187. =============================DEBUG ASSISTANCE=============================
  188. If you are seeing a compilation error please try the following steps to
  189. successfully install cryptography:
  190. 1) Upgrade to the latest pip and try again. This will fix errors for most
  191. users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
  192. 2) Read https://cryptography.io/en/latest/installation/ for specific
  193. instructions for your platform.
  194. 3) Check our frequently asked questions for more information:
  195. https://cryptography.io/en/latest/faq/
  196. 4) Ensure you have a recent Rust toolchain installed:
  197. https://cryptography.io/en/latest/installation/#rust
  198.  
  199. Python: 3.7.3
  200. platform: Linux-4.19.0-20-amd64-x86_64-with-debian-10.12
  201. pip: n/a
  202. setuptools: 62.3.2
  203. setuptools_rust: 1.3.0
  204. =============================DEBUG ASSISTANCE=============================
  205.  
  206. error: can't find Rust compiler
  207.  
  208. If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
  209.  
  210. To update pip, run:
  211.  
  212. pip install --upgrade pip
  213.  
  214. and then retry package installation.
  215.  
  216. If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
  217.  
  218. This package requires Rust >=1.41.0.
  219. [end of output]
  220.  
  221. note: This error originates from a subprocess, and is likely not a problem with pip.
  222. ERROR: Failed building wheel for cryptography
  223. ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
  224.  
  225. Trying user site-packages
  226. Command result: ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
  227.  
  228. poetry installed: False
  229. Unable to install to the existing virtual environment located at /opt/sickchill/.venv
  230. Please check the permissions, and that it does not include global site packages
  231.  
  232. Y la salida del uname -arv:
  233. pi@raspi6:~ $ uname -arv
  234. Linux raspi6 4.19.0-20-amd64 #1 SMP Debian 4.19.235-1 (2022-03-17) x86_64 GNU/Linux
  235.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement