|
本帖最后由 hua125666 于 2023-8-17 14:44 编辑
求助大佬,用switch游戏机安装Ubuntu18,按官网的教程在终端输入指令安装homeassistant后,运行hass命令时提示错误:“OSError: [Errno 19] No such device”,不知道哪里的问题
raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
2023-08-17 12:49:17 INFO (MainThread) [homeassistant.setup] Setting up tts
2023-08-17 12:49:17 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Requirements for cloud not found: ['hass-nabucasa==0.30'].
2023-08-17 12:49:17 INFO (SyncWorker_16) [homeassistant.util.package] Attempting install of home-assistant-frontend==20191204.1
2023-08-17 12:50:42 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 84.9 seconds.
2023-08-17 12:50:42 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2023-08-17 12:50:42 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.1 seconds.
2023-08-17 12:50:42 INFO (MainThread) [homeassistant.setup] Setting up frontend
2023-08-17 12:50:42 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
2023-08-17 12:50:42 INFO (MainThread) [homeassistant.setup] Setting up map
2023-08-17 12:50:42 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds.
2023-08-17 12:50:42 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: recorder
2023-08-17 12:50:42 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
2023-08-17 12:50:42 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: cloud, history, logbook, mobile_app
2023-08-17 12:50:42 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
2023-08-17 12:50:42 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 616.22s
2023-08-17 12:50:42 WARNING (MainThread) [homeassistant.bootstrap] Python 3.6 support is deprecated and will be removed in the first release after December 15, 2019. Please upgrade Python to 3.7.0 or higher.
2023-08-17 12:50:42 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2023-08-17 12:50:42 INFO (MainThread) [homeassistant.core] Timer:starting
2023-08-17 12:50:42 INFO (SyncWorker_19) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2023-08-17 12:59:13 WARNING (zeroconf-ServiceBrowser__axis-video._tcp.local.) [zeroconf] Exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.6/site-packages/zeroconf/__init__.py", line 2531, in send
bytes_sent = s.sendto(packet, 0, (real_addr, port))
OSError: [Errno 19] No such device
|
|