-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing homeassistant in FreebSD 13.2 #64
Comments
Home Assistant now is generating a warning about Python 3.11, and the move to Python 3.12 only. Python 3.12 is problematic on FreeBSD because of the changes in setup tools. However with the way Python is used for Home Assistant (with pip venv packages only), this does not necessarily pose a problem. Python 3.11 can be uninstalled from pkg and Python 3.12 installed as follows:
This makes python3.12 available in Edit: Hacky script for the whole thing: |
For the brave ones that still want to run homeassistant in an iocage jail:
|
Thanks for keeping this plugin alive!
As of 2023-12-04, Following the directions for 13.2 here:
https://github.com/tprelog/iocage-homeassistant/wiki/autostart-and-rc-service#starting-the-service
Got a few errors on
service homeassistant start
:Looks like they're aware of it: rhasspy/webrtc-noise-gain#6 (comment)
To fix:
To fix:
To fix:
Looks like they're aware of it: numpy/numpy#24873 (comment)
To fix:
service homeassistant start
The text was updated successfully, but these errors were encountered: