玩客云安装hassio

docker版

安装hass镜像,首次安装比较慢 需要等几分钟启动(10分钟左右)

docker run -d --restart=always --name="home-assistants" -v /data/homeassistant/config:/config --net=host homeassistant/armv7-homeassistant

pip版(测试安装成功,但是没法用,启动不了,中间参考文章)
安装完整教程
https://blog.csdn.net/Xx745576933/article/details/126326145
参考

  1. 解决ERROR: Cannot uninstall ‘PyYAML‘. It is a distutils installed project and thus we cannot accuratel_error: cannot uninstall 'pyyaml'
    https://blog.csdn.net/m0_47256162/article/details/122482329
  2. linux 解决"zsh: no matches found"(这里是python没设置pip的问题 直接reinstall一下就好)
    https://blog.csdn.net/qq_36148847/article/details/79260745
  3. zsh: command not found: pip 解决方法
    https://www.cnblogs.com/niuli1987/p/10302625.html
  4. 最后是卸载流程
    https://bbs.hassbian.com/thread-2451-1-1.html

我就不整理了 , 教程都是百度 pip版的装完可能会遇到依赖版本问题 直接 pip3 install typer==0.4.1 指定版本 会重新安装对应版本

image

posted @ 2023-01-23 16:26  rainsc  阅读(407)  评论(0编辑  收藏  举报