drculun

Untitled

Mar 25th, 2024 (edited)
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.93 KB | None | 0 0
  1. ryptography/hazmat/primitives/kdf
  2. copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  3. copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  4. copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  5. copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  6. copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  7. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  8. copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  9. copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  10. copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  11. copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  12. copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  13. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/twofactor
  14. copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/twofactor
  15. copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/twofactor
  16. copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/twofactor
  17. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  18. copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  19. copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  20. copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  21. copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  22. copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  23. copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  24. copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  25. copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  26. copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  27. copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  28. copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  29. copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  30. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  31. copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  32. copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  33. copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  34. copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  35. copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  36. copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  37. copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  38. copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  39. copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  40. copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  41. copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  42. copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  43. copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  44. copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  45. copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  46. copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  47. copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  48. copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  49. copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  50. copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  51. running egg_info
  52. writing src/cryptography.egg-info/PKG-INFO
  53. writing dependency_links to src/cryptography.egg-info/dependency_links.txt
  54. writing requirements to src/cryptography.egg-info/requires.txt
  55. writing top-level names to src/cryptography.egg-info/top_level.txt
  56. reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
  57. reading manifest template 'MANIFEST.in'
  58. no previously-included directories found matching 'docs/_build'
  59. warning: no previously-included files found matching 'vectors'
  60. warning: no previously-included files matching '*' found under directory 'vectors'
  61. warning: no previously-included files matching '*' found under directory '.github'
  62. warning: no previously-included files found matching 'release.py'
  63. warning: no previously-included files found matching '.coveragerc'
  64. warning: no previously-included files found matching 'codecov.yml'
  65. warning: no previously-included files found matching '.readthedocs.yml'
  66. warning: no previously-included files found matching 'dev-requirements.txt'
  67. warning: no previously-included files found matching 'tox.ini'
  68. warning: no previously-included files found matching 'mypy.ini'
  69. warning: no previously-included files matching '*' found under directory '.zuul.d'
  70. warning: no previously-included files matching '*' found under directory '.zuul.playbooks'
  71. adding license file 'LICENSE'
  72. adding license file 'LICENSE.APACHE'
  73. adding license file 'LICENSE.BSD'
  74. adding license file 'LICENSE.PSF'
  75. writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  76. copying src/cryptography/py.typed -> build/lib.linux-s390x-cpython-37/cryptography
  77. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  78. copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  79. copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  80. copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  81. copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  82. running build_ext
  83. generating cffi module 'build/temp.linux-s390x-cpython-37/_openssl.c'
  84. creating build/temp.linux-s390x-cpython-37
  85. running build_rust
  86. /tmp/pip-build-env-uy3nussr/overlay/lib/python3.7/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'cryptography.hazmat.bindings._rust' is absent from the `packages` configuration.
  87. !!
  88.  
  89. ********************************************************************************
  90. ############################
  91. # Package would be ignored #
  92. ############################
  93. Python recognizes 'cryptography.hazmat.bindings._rust' as an importable package[^1],
  94. but it is absent from setuptools' `packages` configuration.
  95.  
  96. This leads to an ambiguous overall configuration. If you want to distribute this
  97. package, please make sure that 'cryptography.hazmat.bindings._rust' is explicitly added
  98. to the `packages` configuration field.
  99.  
  100. Alternatively, you can also rely on setuptools' discovery methods
  101. (for example by using `find_namespace_packages(...)`/`find_namespace:`
  102. instead of `find_packages(...)`/`find:`).
  103.  
  104. You can read more about "package discovery" on setuptools documentation page:
  105.  
  106. - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
  107.  
  108. If you don't want 'cryptography.hazmat.bindings._rust' to be distributed and are
  109. already explicitly excluding 'cryptography.hazmat.bindings._rust' via
  110. `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
  111. you can try to use `exclude_package_data`, or `include-package-data=False` in
  112. combination with a more fine grained `package-data` configuration.
  113.  
  114. You can read more about "package data files" on setuptools documentation page:
  115.  
  116. - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
  117.  
  118.  
  119. [^1]: For Python, any directory (with suitable naming) can be imported,
  120. even if it does not contain any `.py` files.
  121. On the other hand, currently there is no concept of package data
  122. directory, all directories are treated like packages.
  123. ********************************************************************************
  124.  
  125. !!
  126. check.warn(importable)
  127.  
  128. =============================DEBUG ASSISTANCE=============================
  129. If you are seeing a compilation error please try the following steps to
  130. successfully install cryptography:
  131. 1) Upgrade to the latest pip and try again. This will fix errors for most
  132. users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
  133. 2) Read https://cryptography.io/en/latest/installation/ for specific
  134. instructions for your platform.
  135. 3) Check our frequently asked questions for more information:
  136. https://cryptography.io/en/latest/faq/
  137. 4) Ensure you have a recent Rust toolchain installed:
  138. https://cryptography.io/en/latest/installation/#rust
  139.  
  140. Python: 3.7.8
  141. platform: Linux-5.15.0-56-generic-s390x-with-debian-bookworm-sid
  142. pip: n/a
  143. setuptools: 68.0.0
  144. setuptools_rust: 1.7.0
  145. =============================DEBUG ASSISTANCE=============================
  146.  
  147. error: can't find Rust compiler
  148.  
  149. 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.
  150.  
  151. To update pip, run:
  152.  
  153. pip install --upgrade pip
  154.  
  155. and then retry package installation.
  156.  
  157. 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.
  158.  
  159. This package requires Rust >=1.41.0.
  160. [end of output]
  161.  
  162. note: This error originates from a subprocess, and is likely not a problem with pip.
  163. ERROR: Failed building wheel for cryptography
  164. Building wheel for dicttoxml (setup.py) ... done
  165. Created wheel for dicttoxml: filename=dicttoxml-1.7.4-py3-none-any.whl size=22811 sha256=41616607e0cb634b711c7e17783b74d11c934e608603a910d1bfd1bc0c75eb96
  166. Stored in directory: /root/.cache/pip/wheels/18/44/5a/c7b93703f611ae3b50820efbaf265413e6b183a56cbec6f661
  167. Building wheel for future (setup.py) ... done
  168. Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=633097 sha256=5786b3a554300ce69183753de2266fb0021e8e78f80d612ee3bc8cb6e10def51
  169. Stored in directory: /root/.cache/pip/wheels/56/b0/fe/4410d17b32f1f0c3cf54cdfb2bc04d7b4b8f4ae377e2229ba0
  170. Building wheel for gevent (pyproject.toml) ... done
  171. Created wheel for gevent: filename=gevent-21.12.0-cp37-cp37m-linux_s390x.whl size=6901237 sha256=918dddae5fbd2b38c2d11f6317a3f84a2b3f9a7573d88e7076aee0d6b638b198
  172. Stored in directory: /root/.cache/pip/wheels/9a/dd/87/253cdd486bb09033395553677eb242cb738e4214e8781b3799
  173. Building wheel for greenlet (setup.py) ... done
  174. Created wheel for greenlet: filename=greenlet-1.1.2-cp37-cp37m-linux_s390x.whl size=172370 sha256=a90f0dc77ff7ebbc573654ec26dc0f1df052fc8d9bb0f24c332c518514f72642
  175. Stored in directory: /root/.cache/pip/wheels/28/57/ff/420689fb5dce1d5be08b8c4aa4bea0999757b795f813ae2b0f
  176. Building wheel for IPy (setup.py) ... done
  177. Created wheel for IPy: filename=IPy-1.0-py3-none-any.whl size=27285 sha256=f12499fdc593c3637ed2dd72dcfc17c46e4b379dc2043190fc9b2d3537177a2f
  178. Stored in directory: /root/.cache/pip/wheels/4d/df/70/dc9d7d9d4bd832cecbec2a78cb5f32418eb00a2a283c882a6c
  179. Building wheel for kitchen (setup.py) ... done
  180. Created wheel for kitchen: filename=kitchen-1.2.6-py3-none-any.whl size=96246 sha256=b6a19eeb1a7b75149b45f99576ecd4b544c5e7a902b5e584dfbcc7e8b9a7ef47
  181. Stored in directory: /root/.cache/pip/wheels/58/e2/cf/676695ca42205776b19c39f9dfdff327a0e9479cf463b2ce83
  182. Building wheel for MarkupSafe (setup.py) ... done
  183. Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp37-cp37m-linux_s390x.whl size=33829 sha256=bb37532d020f6c8e31186014cd3ae931f3262c8d04baf93c294d794ccb18afd6
  184. Stored in directory: /root/.cache/pip/wheels/b9/d9/ae/63bf9056b0a22b13ade9f6b9e08187c1bb71c47ef21a8c9924
  185. Building wheel for mongo (setup.py) ... done
  186. Created wheel for mongo: filename=mongo-0.2.0-py3-none-any.whl size=5954 sha256=291d1b1991bc82caef0083e7adc701051747c745e808d83e77a9a3e42b94a21a
  187. Stored in directory: /root/.cache/pip/wheels/6e/65/af/b6c1600a07ce855a871466197bca3ca40a99474767bdb05eb1
  188. Building wheel for oss2 (setup.py) ... done
  189. Created wheel for oss2: filename=oss2-2.15.0-py3-none-any.whl size=139149 sha256=458ecd7ebf8d5c22feaea23a31c834902e190c22b2b7011c00d1cd3f86904606
  190. Stored in directory: /root/.cache/pip/wheels/82/c0/82/0c6deec8eba610063c362bf53be25b91e6ecc6d28e7ccd19e2
  191. Building wheel for peewee (setup.py) ... done
  192. Created wheel for peewee: filename=peewee-3.13.1-cp37-cp37m-linux_s390x.whl size=870959 sha256=15d6e5b48b34cdebb65572fbadad7e11984b50fe25f84572e3892153149782af
  193. Stored in directory: /root/.cache/pip/wheels/39/73/5f/4890770a99983d7ff82ffdb48f34745dd7fe730db2581d4272
  194. Building wheel for Pillow (setup.py) ... done
  195. Created wheel for Pillow: filename=Pillow-8.4.0-cp37-cp37m-linux_s390x.whl size=1525015 sha256=d1d3106e6752f4a3c2bb4244d7a8a51fbcf1087b66bbb22c3a2ff9ffa46b1780
  196. Stored in directory: /root/.cache/pip/wheels/69/8f/dc/860ba04eadbf0964b225e8dd18e4ee48a361c763966485adbd
  197. Building wheel for psutil (setup.py) ... done
  198. Created wheel for psutil: filename=psutil-5.8.0-cp37-cp37m-linux_s390x.whl size=352461 sha256=3a34d9665eb0925821b63ebafabd79f72f7ab14bc5d8be9336824872ffc93a21
  199. Stored in directory: /root/.cache/pip/wheels/42/09/f1/756df5444c5457b38e41ec3ec4bca8912a139c8257504d8690
  200. Building wheel for pycparser (setup.py) ... done
  201. Created wheel for pycparser: filename=pycparser-2.19-py2.py3-none-any.whl size=150263 sha256=135c4cb28179bd8b7d8e2e7ff323499068432147c94d64537c49ed00c708bef1
  202. Stored in directory: /root/.cache/pip/wheels/0e/53/27/fee7fd9562e10dd046caccfc0340b8cf789b46846e660f3380
  203. Building wheel for pycryptodome (setup.py) ... done
  204. Created wheel for pycryptodome: filename=pycryptodome-3.12.0-cp35-abi3-linux_s390x.whl size=2279117 sha256=4f3c2a18e197899a5a6444bafc48d8f5825d435eac5b09515966d7d3a81da342
  205. Stored in directory: /root/.cache/pip/wheels/f3/a3/13/fdf5a99b9402dd1216504ebd443a9bc8747b3c594c77fa6c13
  206. Building wheel for pyinotify (setup.py) ... done
  207. Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=32695 sha256=f5564fb27794e3ea6c9f9a023e8811edb535892c1cb7c7d97ba278de41a8dd14
  208. Stored in directory: /root/.cache/pip/wheels/35/4a/5c/d9ac5145520a7e31d9fe8a787c8e8a0771d20c3addcaa76d48
  209. Building wheel for PyNaCl (pyproject.toml) ... done
  210. Created wheel for PyNaCl: filename=PyNaCl-1.4.0-cp37-cp37m-linux_s390x.whl size=1109927 sha256=a8ba4216d1f1041b40e42dfd588a3c7c18678468a75268b9500c604d0934c04f
  211. Stored in directory: /root/.cache/pip/wheels/f9/fb/34/d15387bc2e4a748e0eb2b9788c34e1d0c2167265e04bc6bb49
  212. Building wheel for pyPdf (setup.py) ... done
  213. Created wheel for pyPdf: filename=pyPdf-1.13-py3-none-any.whl size=46926 sha256=0b87384cfa904e1e8ea6410dc4795ab12d4c4bebb3f44bd254a6c08aa911e15d
  214. Stored in directory: /root/.cache/pip/wheels/e2/e4/5b/45ff55366ef8f906af3b0e39ba093b15ec850200a84dc7e441
  215. Building wheel for pyudev (setup.py) ... done
  216. Created wheel for pyudev: filename=pyudev-0.22.0-py3-none-any.whl size=83116 sha256=554bcfe42c5180d83c870a8417311d558f2cf05a8e5e2e00ba71f373e3972eba
  217. Stored in directory: /root/.cache/pip/wheels/79/a1/eb/5ba8285641fb38a04ede056341c3dc556b9c32cb24650b15ab
  218. Building wheel for pyxattr (setup.py) ... done
  219. Created wheel for pyxattr: filename=pyxattr-0.7.1-cp37-cp37m-linux_s390x.whl size=56242 sha256=03f1a480ebd74769d760d26138e1890a7ab33cbb907f6670efa3f8e44a540cf5
  220. Stored in directory: /root/.cache/pip/wheels/93/90/e7/ee45358e2f19e54916c4e9f3dd18225813987ba9ea391a31c2
  221. Building wheel for PyYAML (setup.py) ... done
  222. Created wheel for PyYAML: filename=PyYAML-5.3-cp37-cp37m-linux_s390x.whl size=60346 sha256=b99fd113205411a157bd82484db5024d648e5ebdfb40427bb641cc54f78ad5a3
  223. Stored in directory: /root/.cache/pip/wheels/8a/55/a4/c0a81d27c33462cfdcb904db018f5550197e88b2b6b85beed2
  224. Building wheel for qiniu (setup.py) ... done
  225. Created wheel for qiniu: filename=qiniu-7.5.0-py3-none-any.whl size=44550 sha256=df9528060a2745f4740e98c041d77030810465eb57b0342f2fc24db9e19d8851
  226. Stored in directory: /root/.cache/pip/wheels/53/2a/0c/ac7e8fded737a76cd4ad655b39342e190be8e5f412d23b3e7f
  227. Building wheel for qrcode (setup.py) ... done
  228. Created wheel for qrcode: filename=qrcode-7.3.1-py3-none-any.whl size=50614 sha256=581b93340a5f7b75760d25a1965ac9aaa918d3b90e559ae72cff86c6f1a8cb84
  229. Stored in directory: /root/.cache/pip/wheels/93/d7/39/a4111be2cfb8e679938aa671a37888b6afb1f9e7d748e94492
  230. Building wheel for SQLAlchemy (setup.py) ... done
  231. Created wheel for SQLAlchemy: filename=SQLAlchemy-1.4.28-cp37-cp37m-linux_s390x.whl size=2084757 sha256=b550160a0fb8278f33c7541dd148860ab7133cd70cd9a9e73c9e58e5e38e6efa
  232. Stored in directory: /root/.cache/pip/wheels/f1/56/0f/452e8e9e37a1b21344ca259aa89fd0f8d23972661fd44550a7
  233. Building wheel for upyun (setup.py) ... done
  234. Created wheel for upyun: filename=upyun-2.5.5-py3-none-any.whl size=21584 sha256=2e044e2798df78a735b153e20d97b7f5117d23815fa4e33bad7b7bbf608811b7
  235. Stored in directory: /root/.cache/pip/wheels/da/aa/ca/2a5acad29c173994ed28984bf8597903c318cabcbe03f4ba9d
  236. Building wheel for urlgrabber (setup.py) ... done
  237. Created wheel for urlgrabber: filename=urlgrabber-4.1.0-py3-none-any.whl size=104657 sha256=a31002a674f124317f225c443a0f2fd2518511b141f0808970607ceca7e9bb89
  238. Stored in directory: /root/.cache/pip/wheels/28/c0/5e/3dd476c0009189ef322514e6f728963775fbb223fac349f8a9
  239. Building wheel for aliyun-python-sdk-core (setup.py) ... done
  240. Created wheel for aliyun-python-sdk-core: filename=aliyun_python_sdk_core-2.15.0-py3-none-any.whl size=662127 sha256=6c8bff69f4b1e4502388ecd01831d32318e14190f82d5af76c62a3a4de9721b9
  241. Stored in directory: /root/.cache/pip/wheels/d8/63/f3/9ce4187641a356e55c9d050a5324de9396911f12a788ccc34d
  242. Building wheel for google-crc32c (pyproject.toml) ... done
  243. Created wheel for google-crc32c: filename=google_crc32c-1.5.0-py3-none-any.whl size=16338 sha256=acebae5f1084e15e04ff579a7c57449a84c75d77dc49d6e8a28af654139f0be1
  244. Stored in directory: /root/.cache/pip/wheels/6f/57/4e/78fc7cd516ed122bb19a4179ba6a392b53c21c7a58ba0d6f7e
  245. Building wheel for pycurl (pyproject.toml) ... done
  246. Created wheel for pycurl: filename=pycurl-7.45.3-cp37-cp37m-linux_s390x.whl size=374048 sha256=cfecc2daa9fca68f8cbc83f85d0e64533b9d8fd2f1209f79f22ac5ab3d661eb2
  247. Stored in directory: /root/.cache/pip/wheels/af/cf/0e/4c255d52100bf15ceec689322631d1ce7b8e77c49e15a7165a
  248. Building wheel for zope.interface (setup.py) ... done
  249. Created wheel for zope.interface: filename=zope.interface-6.2-cp37-cp37m-linux_s390x.whl size=321383 sha256=ddd97f6a3d92cdff32a95ea8f5a826f504538f87dbfa2308d362ff82ec2a5520
  250. Stored in directory: /root/.cache/pip/wheels/a1/95/0a/f01466ed905095e9fdb461e521556ac7f2c3d0e27f094a0846
  251. Successfully built bcrypt configobj crcmod dicttoxml future gevent greenlet IPy kitchen MarkupSafe mongo oss2 peewee Pillow psutil pycparser pycryptodome pyinotify PyNaCl pyPdf pyudev pyxattr PyYAML qiniu qrcode SQLAlchemy upyun urlgrabber aliyun-python-sdk-core google-crc32c pycurl zope.interface
  252. Failed to build cryptography
  253. ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
  254. WARNING: Skipping aliyun-python-sdk-kms as it is not installed.
  255. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  256. WARNING: Skipping aliyun-python-sdk-core as it is not installed.
  257. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  258. WARNING: Skipping aliyun-python-sdk-core-v3 as it is not installed.
  259. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  260. WARNING: Skipping qiniu as it is not installed.
  261. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  262. WARNING: Skipping cos-python-sdk-v5 as it is not installed.
  263. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  264. --2024-03-25 13:41:51-- https://node.aapanel.com/install/src/panel6_en.zip
  265. Resolving node.aapanel.com (node.aapanel.com)... 104.21.79.196, 172.67.171.7, 2606:4700:3034::ac43:ab07, ...
  266. Connecting to node.aapanel.com (node.aapanel.com)|104.21.79.196|:443... connected.
  267. HTTP request sent, awaiting response... 200 OK
  268. Length: 15198894 (14M) [application/zip]
  269. Saving to: ‘panel.zip’
  270.  
  271. panel.zip 100%[==================================>] 14.49M --.-KB/s in 0.1s
  272.  
  273. 2024-03-25 13:41:51 (99.0 MB/s) - ‘panel.zip’ saved [15198894/15198894]
  274.  
  275. --2024-03-25 13:41:51-- https://node.aapanel.com/install/src/bt6_en.init
  276. Resolving node.aapanel.com (node.aapanel.com)... 104.21.79.196, 172.67.171.7, 2606:4700:3034::ac43:ab07, ...
  277. Connecting to node.aapanel.com (node.aapanel.com)|104.21.79.196|:443... connected.
  278. HTTP request sent, awaiting response... 200 OK
  279. Length: 10297 (10K) [application/octet-stream]
  280. Saving to: ‘/etc/init.d/bt’
  281.  
  282. /etc/init.d/bt 100%[==================================>] 10.06K --.-KB/s in 0s
  283.  
  284. 2024-03-25 13:41:51 (99.4 MB/s) - ‘/etc/init.d/bt’ saved [10297/10297]
  285.  
  286. --2024-03-25 13:41:51-- https://node.aapanel.com/install/public.sh
  287. Resolving node.aapanel.com (node.aapanel.com)... 172.67.171.7, 104.21.79.196, 2606:4700:3031::6815:4fc4, ...
  288. Connecting to node.aapanel.com (node.aapanel.com)|172.67.171.7|:443... connected.
  289. HTTP request sent, awaiting response... 200 OK
  290. Length: 4560 (4.5K) [application/octet-stream]
  291. Saving to: ‘/www/server/panel/install/public.sh’
  292.  
  293. /www/server/panel/instal 100%[==================================>] 4.45K --.-KB/s in 0s
  294.  
  295. 2024-03-25 13:41:51 (78.6 MB/s) - ‘/www/server/panel/install/public.sh’ saved [4560/4560]
  296.  
  297. --2024-03-25 13:41:52-- https://node.aapanel.com/install/src/bt6_en.init
  298. Resolving node.aapanel.com (node.aapanel.com)... 104.21.79.196, 172.67.171.7, 2606:4700:3034::ac43:ab07, ...
  299. Connecting to node.aapanel.com (node.aapanel.com)|104.21.79.196|:443... connected.
  300. HTTP request sent, awaiting response... 200 OK
  301. Length: 10297 (10K) [application/octet-stream]
  302. Saving to: ‘/etc/init.d/bt’
  303.  
  304. /etc/init.d/bt 100%[==================================>] 10.06K --.-KB/s in 0s
  305.  
  306. 2024-03-25 13:41:52 (141 MB/s) - ‘/etc/init.d/bt’ saved [10297/10297]
  307.  
  308. --2024-03-25 13:41:52-- https://node.aapanel.com/install/src/bt6_en.init
  309. Resolving node.aapanel.com (node.aapanel.com)... 172.67.171.7, 104.21.79.196, 2606:4700:3034::ac43:ab07, ...
  310. Connecting to node.aapanel.com (node.aapanel.com)|172.67.171.7|:443... connected.
  311. HTTP request sent, awaiting response... 200 OK
  312. Length: 10297 (10K) [application/octet-stream]
  313. Saving to: ‘/www/server/panel/init.sh’
  314.  
  315. /www/server/panel/init.s 100%[==================================>] 10.06K --.-KB/s in 0s
  316.  
  317. 2024-03-25 13:41:52 (145 MB/s) - ‘/www/server/panel/init.sh’ saved [10297/10297]
  318.  
  319. --2024-03-25 13:41:52-- https://node.aapanel.com/install/conf/softList_en.conf
  320. Resolving node.aapanel.com (node.aapanel.com)... 172.67.171.7, 104.21.79.196, 2606:4700:3034::ac43:ab07, ...
  321. Connecting to node.aapanel.com (node.aapanel.com)|172.67.171.7|:443... connected.
  322. HTTP request sent, awaiting response... 200 OK
  323. Length: 3123 (3.0K) [application/octet-stream]
  324. Saving to: ‘/www/server/panel/data/softList.conf’
  325.  
  326. /www/server/panel/data/s 100%[==================================>] 3.05K --.-KB/s in 0s
  327.  
  328. 2024-03-25 13:41:52 (104 MB/s) - ‘/www/server/panel/data/softList.conf’ saved [3123/3123]
  329.  
  330. Collecting cachelib
  331. Using cached cachelib-0.10.2-py3-none-any.whl.metadata (2.0 kB)
  332. Using cached cachelib-0.10.2-py3-none-any.whl (18 kB)
  333. Installing collected packages: cachelib
  334. Successfully installed cachelib-0.10.2
  335. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  336. Collecting python-telegram-bot
  337. Downloading python_telegram_bot-20.3-py3-none-any.whl.metadata (15 kB)
  338. Collecting httpx~=0.24.0 (from python-telegram-bot)
  339. Downloading httpx-0.24.1-py3-none-any.whl.metadata (7.4 kB)
  340. Collecting certifi (from httpx~=0.24.0->python-telegram-bot)
  341. Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
  342. Collecting httpcore<0.18.0,>=0.15.0 (from httpx~=0.24.0->python-telegram-bot)
  343. Downloading httpcore-0.17.3-py3-none-any.whl.metadata (18 kB)
  344. Collecting idna (from httpx~=0.24.0->python-telegram-bot)
  345. Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
  346. Collecting sniffio (from httpx~=0.24.0->python-telegram-bot)
  347. Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
  348. Collecting h11<0.15,>=0.13 (from httpcore<0.18.0,>=0.15.0->httpx~=0.24.0->python-telegram-bot)
  349. Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
  350. Collecting anyio<5.0,>=3.0 (from httpcore<0.18.0,>=0.15.0->httpx~=0.24.0->python-telegram-bot)
  351. Downloading anyio-3.7.1-py3-none-any.whl.metadata (4.7 kB)
  352. Collecting exceptiongroup (from anyio<5.0,>=3.0->httpcore<0.18.0,>=0.15.0->httpx~=0.24.0->python-telegram-bot)
  353. Downloading exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB)
  354. Collecting typing-extensions (from anyio<5.0,>=3.0->httpcore<0.18.0,>=0.15.0->httpx~=0.24.0->python-telegram-bot)
  355. Using cached typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB)
  356. Downloading python_telegram_bot-20.3-py3-none-any.whl (545 kB)
  357. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 545.4/545.4 kB 12.4 MB/s eta 0:00:00
  358. Downloading httpx-0.24.1-py3-none-any.whl (75 kB)
  359. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.4/75.4 kB 14.0 MB/s eta 0:00:00
  360. Downloading httpcore-0.17.3-py3-none-any.whl (74 kB)
  361. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.5/74.5 kB 13.4 MB/s eta 0:00:00
  362. Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
  363. Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
  364. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 21.7 MB/s eta 0:00:00
  365. Downloading idna-3.6-py3-none-any.whl (61 kB)
  366. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 9.0 MB/s eta 0:00:00
  367. Downloading anyio-3.7.1-py3-none-any.whl (80 kB)
  368. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 kB 13.8 MB/s eta 0:00:00
  369. Downloading h11-0.14.0-py3-none-any.whl (58 kB)
  370. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 9.4 MB/s eta 0:00:00
  371. Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
  372. Using cached typing_extensions-4.7.1-py3-none-any.whl (33 kB)
  373. Installing collected packages: typing-extensions, sniffio, idna, exceptiongroup, certifi, h11, anyio, httpcore, httpx, python-telegram-bot
  374. Successfully installed anyio-3.7.1 certifi-2024.2.2 exceptiongroup-1.2.0 h11-0.14.0 httpcore-0.17.3 httpx-0.24.1 idna-3.6 python-telegram-bot-20.3 sniffio-1.3.1 typing-extensions-4.7.1
  375. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  376. Collecting pymongo
  377. Downloading pymongo-4.6.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.metadata (22 kB)
  378. Collecting dnspython<3.0.0,>=1.16.0 (from pymongo)
  379. Downloading dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB)
  380. Downloading pymongo-4.6.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (665 kB)
  381. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 665.2/665.2 kB 3.8 MB/s eta 0:00:00
  382. Downloading dnspython-2.3.0-py3-none-any.whl (283 kB)
  383. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 4.3 MB/s eta 0:00:00
  384. Installing collected packages: dnspython, pymongo
  385. Successfully installed dnspython-2.3.0 pymongo-4.6.2
  386. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  387. Collecting psycopg2-binary
  388. Downloading psycopg2-binary-2.9.9.tar.gz (384 kB)
  389. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.0/385.0 kB 6.4 MB/s eta 0:00:00
  390. Preparing metadata (setup.py) ... error
  391. error: subprocess-exited-with-error
  392.  
  393. × python setup.py egg_info did not run successfully.
  394. │ exit code: 1
  395. ╰─> [23 lines of output]
  396. running egg_info
  397. creating /tmp/pip-pip-egg-info-g6pkd_y4/psycopg2_binary.egg-info
  398. writing /tmp/pip-pip-egg-info-g6pkd_y4/psycopg2_binary.egg-info/PKG-INFO
  399. writing dependency_links to /tmp/pip-pip-egg-info-g6pkd_y4/psycopg2_binary.egg-info/dependency_links.txt
  400. writing top-level names to /tmp/pip-pip-egg-info-g6pkd_y4/psycopg2_binary.egg-info/top_level.txt
  401. writing manifest file '/tmp/pip-pip-egg-info-g6pkd_y4/psycopg2_binary.egg-info/SOURCES.txt'
  402.  
  403. Error: pg_config executable not found.
  404.  
  405. pg_config is required to build psycopg2 from source. Please add the directory
  406. containing pg_config to the $PATH or specify the full executable path with the
  407. option:
  408.  
  409. python setup.py build_ext --pg-config /path/to/pg_config build ...
  410.  
  411. or with the pg_config option in 'setup.cfg'.
  412.  
  413. If you prefer to avoid building psycopg2 from source, please install the PyPI
  414. 'psycopg2-binary' package instead.
  415.  
  416. For further information please check the 'doc/src/install.rst' file (also at
  417. <https://www.psycopg.org/docs/install.html>).
  418.  
  419. [end of output]
  420.  
  421. note: This error originates from a subprocess, and is likely not a problem with pip.
  422. error: metadata-generation-failed
  423.  
  424. × Encountered error while generating package metadata.
  425. ╰─> See above for output.
  426.  
  427. note: This is an issue with the package mentioned above, not pip.
  428. hint: See above for details.
  429. Collecting flask
  430. Downloading Flask-2.2.5-py3-none-any.whl.metadata (3.9 kB)
  431. Collecting Werkzeug>=2.2.2 (from flask)
  432. Downloading Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB)
  433. Collecting Jinja2>=3.0 (from flask)
  434. Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
  435. Collecting itsdangerous>=2.0 (from flask)
  436. Downloading itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB)
  437. Collecting click>=8.0 (from flask)
  438. Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
  439. Collecting importlib-metadata>=3.6.0 (from flask)
  440. Using cached importlib_metadata-6.7.0-py3-none-any.whl.metadata (4.9 kB)
  441. Collecting zipp>=0.5 (from importlib-metadata>=3.6.0->flask)
  442. Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB)
  443. Requirement already satisfied: typing-extensions>=3.6.4 in /www/server/panel/pyenv/lib/python3.7/site-packages (from importlib-metadata>=3.6.0->flask) (4.7.1)
  444. Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->flask)
  445. Downloading MarkupSafe-2.1.5.tar.gz (19 kB)
  446. Preparing metadata (setup.py) ... done
  447. Downloading Flask-2.2.5-py3-none-any.whl (101 kB)
  448. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 5.4 MB/s eta 0:00:00
  449. Downloading click-8.1.7-py3-none-any.whl (97 kB)
  450. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 17.1 MB/s eta 0:00:00
  451. Using cached importlib_metadata-6.7.0-py3-none-any.whl (22 kB)
  452. Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
  453. Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB)
  454. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 20.5 MB/s eta 0:00:00
  455. Downloading Werkzeug-2.2.3-py3-none-any.whl (233 kB)
  456. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 28.5 MB/s eta 0:00:00
  457. Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB)
  458. Building wheels for collected packages: MarkupSafe
  459. Building wheel for MarkupSafe (setup.py) ... done
  460. Created wheel for MarkupSafe: filename=MarkupSafe-2.1.5-cp37-cp37m-linux_s390x.whl size=30420 sha256=1d106b75c2c03409667a43c8265ab32dd3834f6f58fd56c3f6768e105e018d59
  461. Stored in directory: /root/.cache/pip/wheels/e8/94/8a/601736495f47ef747d9a2a55b27b1fa4c27a6db2352d77a7ce
  462. Successfully built MarkupSafe
  463. Installing collected packages: zipp, MarkupSafe, itsdangerous, Werkzeug, Jinja2, importlib-metadata, click, flask
  464. Successfully installed Jinja2-3.1.3 MarkupSafe-2.1.5 Werkzeug-2.2.3 click-8.1.7 flask-2.2.5 importlib-metadata-6.7.0 itsdangerous-2.1.2 zipp-3.15.0
  465. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  466. Collecting flask-sock
  467. Downloading flask_sock-0.7.0-py3-none-any.whl.metadata (1.6 kB)
  468. Requirement already satisfied: flask>=2 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask-sock) (2.2.5)
  469. Collecting simple-websocket>=0.5.1 (from flask-sock)
  470. Downloading simple_websocket-1.0.0-py3-none-any.whl.metadata (1.3 kB)
  471. Requirement already satisfied: Werkzeug>=2.2.2 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (2.2.3)
  472. Requirement already satisfied: Jinja2>=3.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (3.1.3)
  473. Requirement already satisfied: itsdangerous>=2.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (2.1.2)
  474. Requirement already satisfied: click>=8.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (8.1.7)
  475. Requirement already satisfied: importlib-metadata>=3.6.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (6.7.0)
  476. Collecting wsproto (from simple-websocket>=0.5.1->flask-sock)
  477. Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB)
  478. Requirement already satisfied: zipp>=0.5 in /www/server/panel/pyenv/lib/python3.7/site-packages (from importlib-metadata>=3.6.0->flask>=2->flask-sock) (3.15.0)
  479. Requirement already satisfied: typing-extensions>=3.6.4 in /www/server/panel/pyenv/lib/python3.7/site-packages (from importlib-metadata>=3.6.0->flask>=2->flask-sock) (4.7.1)
  480. Requirement already satisfied: MarkupSafe>=2.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from Jinja2>=3.0->flask>=2->flask-sock) (2.1.5)
  481. Requirement already satisfied: h11<1,>=0.9.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from wsproto->simple-websocket>=0.5.1->flask-sock) (0.14.0)
  482. Downloading flask_sock-0.7.0-py3-none-any.whl (4.0 kB)
  483. Downloading simple_websocket-1.0.0-py3-none-any.whl (13 kB)
  484. Downloading wsproto-1.2.0-py3-none-any.whl (24 kB)
  485. Installing collected packages: wsproto, simple-websocket, flask-sock
  486. Successfully installed flask-sock-0.7.0 simple-websocket-1.0.0 wsproto-1.2.0
  487. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  488. Collecting simple-websocket==0.10.0
  489. Downloading simple_websocket-0.10.0-py3-none-any.whl.metadata (1.3 kB)
  490. Requirement already satisfied: wsproto in /www/server/panel/pyenv/lib/python3.7/site-packages (from simple-websocket==0.10.0) (1.2.0)
  491. Requirement already satisfied: h11<1,>=0.9.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from wsproto->simple-websocket==0.10.0) (0.14.0)
  492. Requirement already satisfied: typing-extensions in /www/server/panel/pyenv/lib/python3.7/site-packages (from h11<1,>=0.9.0->wsproto->simple-websocket==0.10.0) (4.7.1)
  493. Downloading simple_websocket-0.10.0-py3-none-any.whl (7.5 kB)
  494. Installing collected packages: simple-websocket
  495. Attempting uninstall: simple-websocket
  496. Found existing installation: simple-websocket 1.0.0
  497. Uninstalling simple-websocket-1.0.0:
  498. Successfully uninstalled simple-websocket-1.0.0
  499. Successfully installed simple-websocket-0.10.0
  500. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  501. mkdir: cannot create directory ‘/www/server/panel/ssl’: File exists
  502. Collecting pyOpenSSl
  503. Downloading pyOpenSSL-24.1.0-py3-none-any.whl.metadata (12 kB)
  504. Collecting cryptography<43,>=41.0.5 (from pyOpenSSl)
  505. Downloading cryptography-42.0.5.tar.gz (671 kB)
  506. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.0/671.0 kB 12.0 MB/s eta 0:00:00
  507. Installing build dependencies ... done
  508. Getting requirements to build wheel ... done
  509. Preparing metadata (pyproject.toml) ... done
  510. Collecting cffi>=1.12 (from cryptography<43,>=41.0.5->pyOpenSSl)
  511. Using cached cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.metadata (1.1 kB)
  512. Collecting pycparser (from cffi>=1.12->cryptography<43,>=41.0.5->pyOpenSSl)
  513. Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB)
  514. Downloading pyOpenSSL-24.1.0-py3-none-any.whl (56 kB)
  515. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/56.9 kB 9.2 MB/s eta 0:00:00
  516. Using cached cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (430 kB)
  517. Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
  518. Building wheels for collected packages: cryptography
  519. Building wheel for cryptography (pyproject.toml) ... error
  520. error: subprocess-exited-with-error
  521.  
  522. × Building wheel for cryptography (pyproject.toml) did not run successfully.
  523. │ exit code: 1
  524. ╰─> [153 lines of output]
  525. running bdist_wheel
  526. running build
  527. running build_py
  528. creating build
  529. creating build/lib.linux-s390x-cpython-37
  530. creating build/lib.linux-s390x-cpython-37/cryptography
  531. copying src/cryptography/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography
  532. copying src/cryptography/exceptions.py -> build/lib.linux-s390x-cpython-37/cryptography
  533. copying src/cryptography/utils.py -> build/lib.linux-s390x-cpython-37/cryptography
  534. copying src/cryptography/__about__.py -> build/lib.linux-s390x-cpython-37/cryptography
  535. copying src/cryptography/fernet.py -> build/lib.linux-s390x-cpython-37/cryptography
  536. creating build/lib.linux-s390x-cpython-37/cryptography/x509
  537. copying src/cryptography/x509/verification.py -> build/lib.linux-s390x-cpython-37/cryptography/x509
  538. copying src/cryptography/x509/name.py -> build/lib.linux-s390x-cpython-37/cryptography/x509
  539. copying src/cryptography/x509/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/x509
  540. copying src/cryptography/x509/base.py -> build/lib.linux-s390x-cpython-37/cryptography/x509
  541. copying src/cryptography/x509/extensions.py -> build/lib.linux-s390x-cpython-37/cryptography/x509
  542. copying src/cryptography/x509/general_name.py -> build/lib.linux-s390x-cpython-37/cryptography/x509
  543. copying src/cryptography/x509/ocsp.py -> build/lib.linux-s390x-cpython-37/cryptography/x509
  544. copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-s390x-cpython-37/cryptography/x509
  545. copying src/cryptography/x509/oid.py -> build/lib.linux-s390x-cpython-37/cryptography/x509
  546. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat
  547. copying src/cryptography/hazmat/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat
  548. copying src/cryptography/hazmat/_oid.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat
  549. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings
  550. copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings
  551. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  552. copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  553. copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  554. copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  555. copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  556. copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  557. copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  558. copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  559. copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  560. copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  561. copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  562. copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives
  563. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends
  564. copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends
  565. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/openssl
  566. copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/openssl
  567. copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/openssl
  568. copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/openssl
  569. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/serialization
  570. copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/serialization
  571. copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/serialization
  572. copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/serialization
  573. copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/serialization
  574. copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/serialization
  575. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  576. copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  577. copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  578. copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  579. copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  580. copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  581. copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  582. copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/kdf
  583. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  584. copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  585. copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  586. copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  587. copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  588. copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/ciphers
  589. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/twofactor
  590. copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/twofactor
  591. copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/twofactor
  592. copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/twofactor
  593. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  594. copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  595. copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  596. copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  597. copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  598. copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  599. copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  600. copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  601. copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  602. copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  603. copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  604. copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  605. copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/primitives/asymmetric
  606. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  607. copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  608. copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  609. copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  610. copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  611. copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/backends/openssl
  612. running egg_info
  613. writing src/cryptography.egg-info/PKG-INFO
  614. writing dependency_links to src/cryptography.egg-info/dependency_links.txt
  615. writing requirements to src/cryptography.egg-info/requires.txt
  616. writing top-level names to src/cryptography.egg-info/top_level.txt
  617. reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
  618. reading manifest template 'MANIFEST.in'
  619. /tmp/pip-build-env-ofiq2aw2/overlay/lib/python3.7/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  620. config = read_configuration(filepath, True, ignore_option_errors, dist)
  621. warning: no files found matching '*.c' under directory 'src/_cffi_src'
  622. warning: no files found matching '*.h' under directory 'src/_cffi_src'
  623. no previously-included directories found matching 'docs/_build'
  624. warning: no previously-included files found matching 'vectors'
  625. warning: no previously-included files matching '*' found under directory 'vectors'
  626. warning: no previously-included files found matching 'src/rust/target'
  627. warning: no previously-included files matching '*' found under directory 'src/rust/target'
  628. warning: no previously-included files matching '*' found under directory '.github'
  629. warning: no previously-included files found matching 'release.py'
  630. warning: no previously-included files found matching '.readthedocs.yml'
  631. warning: no previously-included files found matching 'ci-constraints-requirements.txt'
  632. warning: no previously-included files found matching 'mypy.ini'
  633. adding license file 'LICENSE'
  634. adding license file 'LICENSE.APACHE'
  635. adding license file 'LICENSE.BSD'
  636. writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  637. copying src/cryptography/py.typed -> build/lib.linux-s390x-cpython-37/cryptography
  638. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  639. copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  640. copying src/cryptography/hazmat/bindings/_rust/_openssl.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  641. copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  642. copying src/cryptography/hazmat/bindings/_rust/exceptions.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  643. copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  644. copying src/cryptography/hazmat/bindings/_rust/pkcs7.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  645. copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust
  646. creating build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  647. copying src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  648. copying src/cryptography/hazmat/bindings/_rust/openssl/aead.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  649. copying src/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  650. copying src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  651. copying src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  652. copying src/cryptography/hazmat/bindings/_rust/openssl/ec.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  653. copying src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  654. copying src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  655. copying src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  656. copying src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  657. copying src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  658. copying src/cryptography/hazmat/bindings/_rust/openssl/keys.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  659. copying src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  660. copying src/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  661. copying src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  662. copying src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi -> build/lib.linux-s390x-cpython-37/cryptography/hazmat/bindings/_rust/openssl
  663. running build_ext
  664. running build_rust
  665. error: can't find Rust compiler
  666.  
  667. 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.
  668.  
  669. To update pip, run:
  670.  
  671. pip install --upgrade pip
  672.  
  673. and then retry package installation.
  674.  
  675. 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.
  676.  
  677. This package requires Rust >=1.63.0.
  678. [end of output]
  679.  
  680. note: This error originates from a subprocess, and is likely not a problem with pip.
  681. ERROR: Failed building wheel for cryptography
  682. Failed to build cryptography
  683. ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
  684. Traceback (most recent call last):
  685. File "/www/server/panel/tools.py", line 20, in <module>
  686. import public,time,json
  687. File "/www/server/panel/class/public.py", line 14, in <module>
  688. import json,os,sys,time,re,socket,importlib,binascii,base64,io,string,psutil
  689. ModuleNotFoundError: No module named 'psutil'
  690.  
  691. install_6.0_en.sh: line 811: [: : integer expression expected
  692. Starting Bt-Panel............failed
  693. ------------------------------------------------------
  694. Traceback (most recent call last):
  695. File "/www/server/panel/BT-Panel", line 10, in <module>
  696. from gevent import monkey
  697. ModuleNotFoundError: No module named 'gevent'
  698. ------------------------------------------------------
  699. Error: BT-Panel service startup failed.
  700. done
  701. Starting Bt-Tasks... failed
  702. ------------------------------------------------------
  703. Traceback (most recent call last):
  704. File "/www/server/panel/BT-Task", line 13, in <module>
  705. import task
  706. File "/www/server/panel/task.py", line 19, in <module>
  707. from psutil import Process, pids, cpu_count, cpu_percent, net_io_counters, disk_io_counters, virtual_memory
  708. ModuleNotFoundError: No module named 'psutil'
  709. ------------------------------------------------------
  710. Error: BT-Task service startup failed.
  711. Traceback (most recent call last):
  712. File "tools.py", line 20, in <module>
  713. import public,time,json
  714. File "/www/server/panel/class/public.py", line 14, in <module>
  715. import json,os,sys,time,re,socket,importlib,binascii,base64,io,string,psutil
  716. ModuleNotFoundError: No module named 'psutil'
  717. Traceback (most recent call last):
  718. File "tools.py", line 20, in <module>
  719. import public,time,json
  720. File "/www/server/panel/class/public.py", line 14, in <module>
  721. import json,os,sys,time,re,socket,importlib,binascii,base64,io,string,psutil
  722. ModuleNotFoundError: No module named 'psutil'
  723. Stopping Bt-Tasks... done
  724. Stopping Bt-Panel... done
  725. Starting Bt-Panel............failed
  726. ------------------------------------------------------
  727. Traceback (most recent call last):
  728. File "/www/server/panel/BT-Panel", line 10, in <module>
  729. from gevent import monkey
  730. ModuleNotFoundError: No module named 'gevent'
  731. Traceback (most recent call last):
  732. File "/www/server/panel/BT-Panel", line 10, in <module>
  733. from gevent import monkey
  734. ModuleNotFoundError: No module named 'gevent'
  735. ------------------------------------------------------
  736. Error: BT-Panel service startup failed.
  737. done
  738. Starting Bt-Tasks... failed
  739. ------------------------------------------------------
  740. Traceback (most recent call last):
  741. File "/www/server/panel/BT-Task", line 13, in <module>
  742. import task
  743. File "/www/server/panel/task.py", line 19, in <module>
  744. from psutil import Process, pids, cpu_count, cpu_percent, net_io_counters, disk_io_counters, virtual_memory
  745. ModuleNotFoundError: No module named 'psutil'
  746. Traceback (most recent call last):
  747. File "/www/server/panel/BT-Task", line 13, in <module>
  748. import task
  749. File "/www/server/panel/task.py", line 19, in <module>
  750. from psutil import Process, pids, cpu_count, cpu_percent, net_io_counters, disk_io_counters, virtual_memory
  751. ModuleNotFoundError: No module named 'psutil'
  752. ------------------------------------------------------
  753. Error: BT-Task service startup failed.
  754. Traceback (most recent call last):
  755. File "/www/server/panel/tools.py", line 20, in <module>
  756. import public,time,json
  757. File "/www/server/panel/class/public.py", line 14, in <module>
  758. import json,os,sys,time,re,socket,importlib,binascii,base64,io,string,psutil
  759. ModuleNotFoundError: No module named 'psutil'
  760. lrwxrwxrwx 1 root root 37 Mar 25 13:37 python -> /www/server/panel/pyenv/bin/python3.7
  761. -rwx------ 2 root root 12522656 Mar 25 13:36 python3.7
  762. --------------e------- python3.7
  763. lsattr: Operation not supported While reading flags on python
  764. =================================================
  765. ERROR: The BT-Panel service startup failed.
  766. Ubuntu 22.04.4 LTS
  767. \l
  768. Bit:64 Mem:3992M Core:2
  769. Linux akses 5.15.0-56-generic #62-Ubuntu SMP Tue Nov 22 19:57:26 UTC 2022 s390x s390x s390x GNU/Linux
  770. Please screenshot the above error message and post to the forum forum.aapanel.com for help
  771. root@akses:/home/akses#
Add Comment
Please, Sign In to add comment