Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Building wheels for collected packages: cachetools, tornado
- Building wheel for cachetools (PEP 517) ... error
- ERROR: Command errored out with exit status 1:
- command: /home/pi/moonraker-telegram-bot-env/bin/python /home/pi/space/tmpmp6rrjs1_in_process.py build_wheel /home/pi/space/tmpfnhmrhbm
- cwd: /home/pi/space/pip-install-31f24b6e/cachetools_0571da57e937404391b31644960b9fea
- Complete output (65 lines):
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib
- creating build/lib/cachetools
- copying src/cachetools/lru.py -> build/lib/cachetools
- copying src/cachetools/fifo.py -> build/lib/cachetools
- copying src/cachetools/ttl.py -> build/lib/cachetools
- copying src/cachetools/__init__.py -> build/lib/cachetools
- copying src/cachetools/func.py -> build/lib/cachetools
- copying src/cachetools/rr.py -> build/lib/cachetools
- copying src/cachetools/decorators.py -> build/lib/cachetools
- copying src/cachetools/mru.py -> build/lib/cachetools
- copying src/cachetools/lfu.py -> build/lib/cachetools
- copying src/cachetools/keys.py -> build/lib/cachetools
- copying src/cachetools/cache.py -> build/lib/cachetools
- running install
- running install_lib
- Traceback (most recent call last):
- File "/home/pi/space/tmpmp6rrjs1_in_process.py", line 280, in <module>
- main()
- File "/home/pi/space/tmpmp6rrjs1_in_process.py", line 263, in main
- json_out['return_val'] = hook(**hook_input['kwargs'])
- File "/home/pi/space/tmpmp6rrjs1_in_process.py", line 204, in build_wheel
- return _build_backend().build_wheel(wheel_directory, config_settings,
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 216, in build_wheel
- return self._build_with_temp_dir(['bdist_wheel'], '.whl',
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 202, in _build_with_temp_dir
- self.run_setup()
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 145, in run_setup
- exec(compile(code, __file__, 'exec'), locals())
- File "setup.py", line 3, in <module>
- setup()
- File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
- return distutils.core.setup(**attrs)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
- dist.run_commands()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
- self.run_command(cmd)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
- cmd_obj.run()
- File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 259, in run
- self.run_command('install')
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
- cmd_obj.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 61, in run
- return orig.install.run(self)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/install.py", line 578, in run
- self.run_command(cmd_name)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 985, in run_command
- cmd_obj.ensure_finalized()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 107, in ensure_finalized
- self.finalize_options()
- File "/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 17, in finalize_options
- self.set_undefined_options('install',('install_layout','install_layout'))
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 290, in set_undefined_options
- setattr(self, dst_option, getattr(src_cmd_obj, src_option))
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
- raise AttributeError(attr)
- AttributeError: install_layout
- ----------------------------------------
- ERROR: Failed building wheel for cachetools
- Building wheel for tornado (PEP 517) ... error
- ERROR: Command errored out with exit status 1:
- command: /home/pi/moonraker-telegram-bot-env/bin/python /home/pi/space/tmp76yew9sh_in_process.py build_wheel /home/pi/space/tmpj9m_3mox
- cwd: /home/pi/space/pip-install-31f24b6e/tornado_0c0f68b81b91464eb87e1586248271b0
- Complete output (151 lines):
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib
- creating build/lib/tornado
- copying tornado/_locale_data.py -> build/lib/tornado
- copying tornado/locks.py -> build/lib/tornado
- copying tornado/process.py -> build/lib/tornado
- copying tornado/testing.py -> build/lib/tornado
- copying tornado/tcpserver.py -> build/lib/tornado
- copying tornado/__init__.py -> build/lib/tornado
- copying tornado/util.py -> build/lib/tornado
- copying tornado/httpserver.py -> build/lib/tornado
- copying tornado/curl_httpclient.py -> build/lib/tornado
- copying tornado/routing.py -> build/lib/tornado
- copying tornado/wsgi.py -> build/lib/tornado
- copying tornado/netutil.py -> build/lib/tornado
- copying tornado/simple_httpclient.py -> build/lib/tornado
- copying tornado/auth.py -> build/lib/tornado
- copying tornado/options.py -> build/lib/tornado
- copying tornado/http1connection.py -> build/lib/tornado
- copying tornado/autoreload.py -> build/lib/tornado
- copying tornado/httpclient.py -> build/lib/tornado
- copying tornado/iostream.py -> build/lib/tornado
- copying tornado/concurrent.py -> build/lib/tornado
- copying tornado/httputil.py -> build/lib/tornado
- copying tornado/ioloop.py -> build/lib/tornado
- copying tornado/escape.py -> build/lib/tornado
- copying tornado/web.py -> build/lib/tornado
- copying tornado/tcpclient.py -> build/lib/tornado
- copying tornado/websocket.py -> build/lib/tornado
- copying tornado/template.py -> build/lib/tornado
- copying tornado/queues.py -> build/lib/tornado
- copying tornado/locale.py -> build/lib/tornado
- copying tornado/log.py -> build/lib/tornado
- copying tornado/gen.py -> build/lib/tornado
- creating build/lib/tornado/test
- copying tornado/test/twisted_test.py -> build/lib/tornado/test
- copying tornado/test/simple_httpclient_test.py -> build/lib/tornado/test
- copying tornado/test/auth_test.py -> build/lib/tornado/test
- copying tornado/test/process_test.py -> build/lib/tornado/test
- copying tornado/test/options_test.py -> build/lib/tornado/test
- copying tornado/test/__init__.py -> build/lib/tornado/test
- copying tornado/test/iostream_test.py -> build/lib/tornado/test
- copying tornado/test/util.py -> build/lib/tornado/test
- copying tornado/test/httputil_test.py -> build/lib/tornado/test
- copying tornado/test/netutil_test.py -> build/lib/tornado/test
- copying tornado/test/routing_test.py -> build/lib/tornado/test
- copying tornado/test/ioloop_test.py -> build/lib/tornado/test
- copying tornado/test/httpserver_test.py -> build/lib/tornado/test
- copying tornado/test/curl_httpclient_test.py -> build/lib/tornado/test
- copying tornado/test/http1connection_test.py -> build/lib/tornado/test
- copying tornado/test/testing_test.py -> build/lib/tornado/test
- copying tornado/test/log_test.py -> build/lib/tornado/test
- copying tornado/test/websocket_test.py -> build/lib/tornado/test
- copying tornado/test/httpclient_test.py -> build/lib/tornado/test
- copying tornado/test/queues_test.py -> build/lib/tornado/test
- copying tornado/test/escape_test.py -> build/lib/tornado/test
- copying tornado/test/template_test.py -> build/lib/tornado/test
- copying tornado/test/concurrent_test.py -> build/lib/tornado/test
- copying tornado/test/__main__.py -> build/lib/tornado/test
- copying tornado/test/import_test.py -> build/lib/tornado/test
- copying tornado/test/util_test.py -> build/lib/tornado/test
- copying tornado/test/autoreload_test.py -> build/lib/tornado/test
- copying tornado/test/runtests.py -> build/lib/tornado/test
- copying tornado/test/web_test.py -> build/lib/tornado/test
- copying tornado/test/gen_test.py -> build/lib/tornado/test
- copying tornado/test/locale_test.py -> build/lib/tornado/test
- copying tornado/test/tcpserver_test.py -> build/lib/tornado/test
- copying tornado/test/asyncio_test.py -> build/lib/tornado/test
- copying tornado/test/wsgi_test.py -> build/lib/tornado/test
- copying tornado/test/tcpclient_test.py -> build/lib/tornado/test
- copying tornado/test/resolve_test_helper.py -> build/lib/tornado/test
- copying tornado/test/locks_test.py -> build/lib/tornado/test
- creating build/lib/tornado/platform
- copying tornado/platform/asyncio.py -> build/lib/tornado/platform
- copying tornado/platform/__init__.py -> build/lib/tornado/platform
- copying tornado/platform/caresresolver.py -> build/lib/tornado/platform
- copying tornado/platform/twisted.py -> build/lib/tornado/platform
- copying tornado/py.typed -> build/lib/tornado
- creating build/lib/tornado/test/csv_translations
- copying tornado/test/csv_translations/fr_FR.csv -> build/lib/tornado/test/csv_translations
- creating build/lib/tornado/test/gettext_translations
- creating build/lib/tornado/test/gettext_translations/fr_FR
- creating build/lib/tornado/test/gettext_translations/fr_FR/LC_MESSAGES
- copying tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo -> build/lib/tornado/test/gettext_translations/fr_FR/LC_MESSAGES
- copying tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po -> build/lib/tornado/test/gettext_translations/fr_FR/LC_MESSAGES
- copying tornado/test/options_test.cfg -> build/lib/tornado/test
- copying tornado/test/options_test_types.cfg -> build/lib/tornado/test
- copying tornado/test/options_test_types_str.cfg -> build/lib/tornado/test
- creating build/lib/tornado/test/static
- copying tornado/test/static/robots.txt -> build/lib/tornado/test/static
- copying tornado/test/static/sample.xml -> build/lib/tornado/test/static
- copying tornado/test/static/sample.xml.gz -> build/lib/tornado/test/static
- copying tornado/test/static/sample.xml.bz2 -> build/lib/tornado/test/static
- creating build/lib/tornado/test/static/dir
- copying tornado/test/static/dir/index.html -> build/lib/tornado/test/static/dir
- copying tornado/test/static_foo.txt -> build/lib/tornado/test
- creating build/lib/tornado/test/templates
- copying tornado/test/templates/utf8.html -> build/lib/tornado/test/templates
- copying tornado/test/test.crt -> build/lib/tornado/test
- copying tornado/test/test.key -> build/lib/tornado/test
- running install
- running install_lib
- Traceback (most recent call last):
- File "/home/pi/space/tmp76yew9sh_in_process.py", line 280, in <module>
- main()
- File "/home/pi/space/tmp76yew9sh_in_process.py", line 263, in main
- json_out['return_val'] = hook(**hook_input['kwargs'])
- File "/home/pi/space/tmp76yew9sh_in_process.py", line 204, in build_wheel
- return _build_backend().build_wheel(wheel_directory, config_settings,
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 216, in build_wheel
- return self._build_with_temp_dir(['bdist_wheel'], '.whl',
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 202, in _build_with_temp_dir
- self.run_setup()
- File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 145, in run_setup
- exec(compile(code, __file__, 'exec'), locals())
- File "setup.py", line 72, in <module>
- setuptools.setup(
- File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
- return distutils.core.setup(**attrs)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 148, in setup
- dist.run_commands()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 967, in run_commands
- self.run_command(cmd)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
- cmd_obj.run()
- File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 259, in run
- self.run_command('install')
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 986, in run_command
- cmd_obj.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 61, in run
- return orig.install.run(self)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/install.py", line 578, in run
- self.run_command(cmd_name)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 985, in run_command
- cmd_obj.ensure_finalized()
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 107, in ensure_finalized
- self.finalize_options()
- File "/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 17, in finalize_options
- self.set_undefined_options('install',('install_layout','install_layout'))
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 290, in set_undefined_options
- setattr(self, dst_option, getattr(src_cmd_obj, src_option))
- File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
- raise AttributeError(attr)
- AttributeError: install_layout
- ----------------------------------------
- ERROR: Failed building wheel for tornado
- Failed to build cachetools tornado
- ERROR: Could not build wheels for cachetools, tornado which use PEP 517 and cannot be installed directly
Advertisement
Add Comment
Please, Sign In to add comment