玩客云安装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 @   rainsc  阅读(435)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
点击右上角即可分享
微信分享提示