tayanov

Untitled

Sep 9th, 2022
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.85 KB | None | 0 0
  1. Building wheels for collected packages: cachetools, tornado
  2. Building wheel for cachetools (PEP 517) ... error
  3. ERROR: Command errored out with exit status 1:
  4. command: /home/pi/moonraker-telegram-bot-env/bin/python /home/pi/space/tmpmp6rrjs1_in_process.py build_wheel /home/pi/space/tmpfnhmrhbm
  5. cwd: /home/pi/space/pip-install-31f24b6e/cachetools_0571da57e937404391b31644960b9fea
  6. Complete output (65 lines):
  7. running bdist_wheel
  8. running build
  9. running build_py
  10. creating build
  11. creating build/lib
  12. creating build/lib/cachetools
  13. copying src/cachetools/lru.py -> build/lib/cachetools
  14. copying src/cachetools/fifo.py -> build/lib/cachetools
  15. copying src/cachetools/ttl.py -> build/lib/cachetools
  16. copying src/cachetools/__init__.py -> build/lib/cachetools
  17. copying src/cachetools/func.py -> build/lib/cachetools
  18. copying src/cachetools/rr.py -> build/lib/cachetools
  19. copying src/cachetools/decorators.py -> build/lib/cachetools
  20. copying src/cachetools/mru.py -> build/lib/cachetools
  21. copying src/cachetools/lfu.py -> build/lib/cachetools
  22. copying src/cachetools/keys.py -> build/lib/cachetools
  23. copying src/cachetools/cache.py -> build/lib/cachetools
  24. running install
  25. running install_lib
  26. Traceback (most recent call last):
  27. File "/home/pi/space/tmpmp6rrjs1_in_process.py", line 280, in <module>
  28. main()
  29. File "/home/pi/space/tmpmp6rrjs1_in_process.py", line 263, in main
  30. json_out['return_val'] = hook(**hook_input['kwargs'])
  31. File "/home/pi/space/tmpmp6rrjs1_in_process.py", line 204, in build_wheel
  32. return _build_backend().build_wheel(wheel_directory, config_settings,
  33. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 216, in build_wheel
  34. return self._build_with_temp_dir(['bdist_wheel'], '.whl',
  35. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 202, in _build_with_temp_dir
  36. self.run_setup()
  37. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 145, in run_setup
  38. exec(compile(code, __file__, 'exec'), locals())
  39. File "setup.py", line 3, in <module>
  40. setup()
  41. File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
  42. return distutils.core.setup(**attrs)
  43. File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
  44. dist.run_commands()
  45. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
  46. self.run_command(cmd)
  47. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
  48. cmd_obj.run()
  49. File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 259, in run
  50. self.run_command('install')
  51. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 313, in run_command
  52. self.distribution.run_command(command)
  53. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
  54. cmd_obj.run()
  55. File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 61, in run
  56. return orig.install.run(self)
  57. File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/install.py", line 578, in run
  58. self.run_command(cmd_name)
  59. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 313, in run_command
  60. self.distribution.run_command(command)
  61. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 985, in run_command
  62. cmd_obj.ensure_finalized()
  63. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 107, in ensure_finalized
  64. self.finalize_options()
  65. File "/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 17, in finalize_options
  66. self.set_undefined_options('install',('install_layout','install_layout'))
  67. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 290, in set_undefined_options
  68. setattr(self, dst_option, getattr(src_cmd_obj, src_option))
  69. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
  70. raise AttributeError(attr)
  71. AttributeError: install_layout
  72. ----------------------------------------
  73. ERROR: Failed building wheel for cachetools
  74. Building wheel for tornado (PEP 517) ... error
  75. ERROR: Command errored out with exit status 1:
  76. command: /home/pi/moonraker-telegram-bot-env/bin/python /home/pi/space/tmp76yew9sh_in_process.py build_wheel /home/pi/space/tmpj9m_3mox
  77. cwd: /home/pi/space/pip-install-31f24b6e/tornado_0c0f68b81b91464eb87e1586248271b0
  78. Complete output (151 lines):
  79. running bdist_wheel
  80. running build
  81. running build_py
  82. creating build
  83. creating build/lib
  84. creating build/lib/tornado
  85. copying tornado/_locale_data.py -> build/lib/tornado
  86. copying tornado/locks.py -> build/lib/tornado
  87. copying tornado/process.py -> build/lib/tornado
  88. copying tornado/testing.py -> build/lib/tornado
  89. copying tornado/tcpserver.py -> build/lib/tornado
  90. copying tornado/__init__.py -> build/lib/tornado
  91. copying tornado/util.py -> build/lib/tornado
  92. copying tornado/httpserver.py -> build/lib/tornado
  93. copying tornado/curl_httpclient.py -> build/lib/tornado
  94. copying tornado/routing.py -> build/lib/tornado
  95. copying tornado/wsgi.py -> build/lib/tornado
  96. copying tornado/netutil.py -> build/lib/tornado
  97. copying tornado/simple_httpclient.py -> build/lib/tornado
  98. copying tornado/auth.py -> build/lib/tornado
  99. copying tornado/options.py -> build/lib/tornado
  100. copying tornado/http1connection.py -> build/lib/tornado
  101. copying tornado/autoreload.py -> build/lib/tornado
  102. copying tornado/httpclient.py -> build/lib/tornado
  103. copying tornado/iostream.py -> build/lib/tornado
  104. copying tornado/concurrent.py -> build/lib/tornado
  105. copying tornado/httputil.py -> build/lib/tornado
  106. copying tornado/ioloop.py -> build/lib/tornado
  107. copying tornado/escape.py -> build/lib/tornado
  108. copying tornado/web.py -> build/lib/tornado
  109. copying tornado/tcpclient.py -> build/lib/tornado
  110. copying tornado/websocket.py -> build/lib/tornado
  111. copying tornado/template.py -> build/lib/tornado
  112. copying tornado/queues.py -> build/lib/tornado
  113. copying tornado/locale.py -> build/lib/tornado
  114. copying tornado/log.py -> build/lib/tornado
  115. copying tornado/gen.py -> build/lib/tornado
  116. creating build/lib/tornado/test
  117. copying tornado/test/twisted_test.py -> build/lib/tornado/test
  118. copying tornado/test/simple_httpclient_test.py -> build/lib/tornado/test
  119. copying tornado/test/auth_test.py -> build/lib/tornado/test
  120. copying tornado/test/process_test.py -> build/lib/tornado/test
  121. copying tornado/test/options_test.py -> build/lib/tornado/test
  122. copying tornado/test/__init__.py -> build/lib/tornado/test
  123. copying tornado/test/iostream_test.py -> build/lib/tornado/test
  124. copying tornado/test/util.py -> build/lib/tornado/test
  125. copying tornado/test/httputil_test.py -> build/lib/tornado/test
  126. copying tornado/test/netutil_test.py -> build/lib/tornado/test
  127. copying tornado/test/routing_test.py -> build/lib/tornado/test
  128. copying tornado/test/ioloop_test.py -> build/lib/tornado/test
  129. copying tornado/test/httpserver_test.py -> build/lib/tornado/test
  130. copying tornado/test/curl_httpclient_test.py -> build/lib/tornado/test
  131. copying tornado/test/http1connection_test.py -> build/lib/tornado/test
  132. copying tornado/test/testing_test.py -> build/lib/tornado/test
  133. copying tornado/test/log_test.py -> build/lib/tornado/test
  134. copying tornado/test/websocket_test.py -> build/lib/tornado/test
  135. copying tornado/test/httpclient_test.py -> build/lib/tornado/test
  136. copying tornado/test/queues_test.py -> build/lib/tornado/test
  137. copying tornado/test/escape_test.py -> build/lib/tornado/test
  138. copying tornado/test/template_test.py -> build/lib/tornado/test
  139. copying tornado/test/concurrent_test.py -> build/lib/tornado/test
  140. copying tornado/test/__main__.py -> build/lib/tornado/test
  141. copying tornado/test/import_test.py -> build/lib/tornado/test
  142. copying tornado/test/util_test.py -> build/lib/tornado/test
  143. copying tornado/test/autoreload_test.py -> build/lib/tornado/test
  144. copying tornado/test/runtests.py -> build/lib/tornado/test
  145. copying tornado/test/web_test.py -> build/lib/tornado/test
  146. copying tornado/test/gen_test.py -> build/lib/tornado/test
  147. copying tornado/test/locale_test.py -> build/lib/tornado/test
  148. copying tornado/test/tcpserver_test.py -> build/lib/tornado/test
  149. copying tornado/test/asyncio_test.py -> build/lib/tornado/test
  150. copying tornado/test/wsgi_test.py -> build/lib/tornado/test
  151. copying tornado/test/tcpclient_test.py -> build/lib/tornado/test
  152. copying tornado/test/resolve_test_helper.py -> build/lib/tornado/test
  153. copying tornado/test/locks_test.py -> build/lib/tornado/test
  154. creating build/lib/tornado/platform
  155. copying tornado/platform/asyncio.py -> build/lib/tornado/platform
  156. copying tornado/platform/__init__.py -> build/lib/tornado/platform
  157. copying tornado/platform/caresresolver.py -> build/lib/tornado/platform
  158. copying tornado/platform/twisted.py -> build/lib/tornado/platform
  159. copying tornado/py.typed -> build/lib/tornado
  160. creating build/lib/tornado/test/csv_translations
  161. copying tornado/test/csv_translations/fr_FR.csv -> build/lib/tornado/test/csv_translations
  162. creating build/lib/tornado/test/gettext_translations
  163. creating build/lib/tornado/test/gettext_translations/fr_FR
  164. creating build/lib/tornado/test/gettext_translations/fr_FR/LC_MESSAGES
  165. copying tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo -> build/lib/tornado/test/gettext_translations/fr_FR/LC_MESSAGES
  166. copying tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po -> build/lib/tornado/test/gettext_translations/fr_FR/LC_MESSAGES
  167. copying tornado/test/options_test.cfg -> build/lib/tornado/test
  168. copying tornado/test/options_test_types.cfg -> build/lib/tornado/test
  169. copying tornado/test/options_test_types_str.cfg -> build/lib/tornado/test
  170. creating build/lib/tornado/test/static
  171. copying tornado/test/static/robots.txt -> build/lib/tornado/test/static
  172. copying tornado/test/static/sample.xml -> build/lib/tornado/test/static
  173. copying tornado/test/static/sample.xml.gz -> build/lib/tornado/test/static
  174. copying tornado/test/static/sample.xml.bz2 -> build/lib/tornado/test/static
  175. creating build/lib/tornado/test/static/dir
  176. copying tornado/test/static/dir/index.html -> build/lib/tornado/test/static/dir
  177. copying tornado/test/static_foo.txt -> build/lib/tornado/test
  178. creating build/lib/tornado/test/templates
  179. copying tornado/test/templates/utf8.html -> build/lib/tornado/test/templates
  180. copying tornado/test/test.crt -> build/lib/tornado/test
  181. copying tornado/test/test.key -> build/lib/tornado/test
  182. running install
  183. running install_lib
  184. Traceback (most recent call last):
  185. File "/home/pi/space/tmp76yew9sh_in_process.py", line 280, in <module>
  186. main()
  187. File "/home/pi/space/tmp76yew9sh_in_process.py", line 263, in main
  188. json_out['return_val'] = hook(**hook_input['kwargs'])
  189. File "/home/pi/space/tmp76yew9sh_in_process.py", line 204, in build_wheel
  190. return _build_backend().build_wheel(wheel_directory, config_settings,
  191. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 216, in build_wheel
  192. return self._build_with_temp_dir(['bdist_wheel'], '.whl',
  193. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 202, in _build_with_temp_dir
  194. self.run_setup()
  195. File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 145, in run_setup
  196. exec(compile(code, __file__, 'exec'), locals())
  197. File "setup.py", line 72, in <module>
  198. setuptools.setup(
  199. File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
  200. return distutils.core.setup(**attrs)
  201. File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
  202. dist.run_commands()
  203. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
  204. self.run_command(cmd)
  205. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
  206. cmd_obj.run()
  207. File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 259, in run
  208. self.run_command('install')
  209. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 313, in run_command
  210. self.distribution.run_command(command)
  211. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
  212. cmd_obj.run()
  213. File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 61, in run
  214. return orig.install.run(self)
  215. File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/install.py", line 578, in run
  216. self.run_command(cmd_name)
  217. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 313, in run_command
  218. self.distribution.run_command(command)
  219. File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 985, in run_command
  220. cmd_obj.ensure_finalized()
  221. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 107, in ensure_finalized
  222. self.finalize_options()
  223. File "/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 17, in finalize_options
  224. self.set_undefined_options('install',('install_layout','install_layout'))
  225. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 290, in set_undefined_options
  226. setattr(self, dst_option, getattr(src_cmd_obj, src_option))
  227. File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
  228. raise AttributeError(attr)
  229. AttributeError: install_layout
  230. ----------------------------------------
  231. ERROR: Failed building wheel for tornado
  232. Failed to build cachetools tornado
  233. ERROR: Could not build wheels for cachetools, tornado which use PEP 517 and cannot be installed directly
  234.  
Advertisement
Add Comment
Please, Sign In to add comment