1. # 解决 Command “python setup.py egg_info” failed …问题 
  2. /usr/local/python374/bin/pip3 install –upgrade setuptools 
  3.   
  4. # 解决No module named ‘hass_frontend’问题 
  5. /usr/local/python374/bin/python3 -m pip install home-assistant-frontend 
  6.   
  7. # Cannot uninstall ‘PyYAML’. It is a distutils installed project and thus we cannot accurately 
  8. 不知道为什么但是到 
  9. cd /usr/lib/python3/dist-packages 
  10. 目录下,删除一个文件 文件名包含 PyYAML和egg的一个文件,就可以安装了 
  11.   
  12. # pip安装时出现”return Command ‘lsb_release -a’ returned non-zero exit status 1″—–执行 
  13. rm /usr/bin/lsb_release 
  14.   
  15. # no module named ‘_ctypes–执行 
  16. apt-get install libffi-dev 

   完成安装,可以正常访问和使用,打开的界面如下:

   本章总结:

  以上就是玩客云刷机安装Home Assistant智能家居系统教程全部内容。

    内容分页 1 2 3 4 5
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。