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
参考
- 解决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 - linux 解决"zsh: no matches found"(这里是python没设置pip的问题 直接reinstall一下就好)
https://blog.csdn.net/qq_36148847/article/details/79260745 - zsh: command not found: pip 解决方法
https://www.cnblogs.com/niuli1987/p/10302625.html - 最后是卸载流程
https://bbs.hassbian.com/thread-2451-1-1.html