如题,我使用的是树莓派Zero 安装的HA最新版本(0.67),想接入米家设备,启动homeassistant的时候 提示miio 初始化失败,具体日志如下,哪位遇到过,还望指教一下,如何解决,先谢谢啦。
Command "/usr/local/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-akzv7mqv/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-wqn37nl1/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-akzv7mqv/cffi/ pi@raspberrypi:~/.homeassistant $ 2018-04-18 22:17:13 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package python-miio==0.3.9: Command "/usr/local/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-na7ugf_0/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-ejgp2enp/install-record.txt --single-version-externally-managed --prefix --compile --user --prefix=" failed with error code 1 in /tmp/pip-install-na7ugf_0/cffi/ 2018-04-18 22:17:14 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1524061033.978392, level=ERROR, message=Unable to install package python-miio==0.3.9: Command "/usr/local/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-na7ugf_0/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-ejgp2enp/install-record.txt --single-version-externally-managed --prefix --compile --user --prefix=" failed with error code 1 in /tmp/pip-install-na7ugf_0/cffi/, exception=, source=util/package.py> 2018-04-18 22:17:14 ERROR (MainThread) [homeassistant.requirements] Not initializing light.xiaomi_miio because could not install requirement python-miio==0.3.9 2018-04-18 22:17:14 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform light.xiaomi_miio: Could not install all requirements. 2018-04-18 22:17:14 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1524061034.0201015, level=ERROR, message=Not initializing light.xiaomi_miio because could not install requirement python-miio==0.3.9, exception=, source=requirements.py> 2018-04-18 22:17:14 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1524061034.0346768, level=ERROR, message=Unable to prepare setup for platform l
|