Upgrading HomeAssistant Core in a Python VE

I’ve been able to upgrade from 3.9 to 3.11 with freebsd successfully. I did the requirements things, then I did it again without the requirements steps. The later is indeed superior. Much faster, not installing uneeded deps.

Here’s some fix I needed for FreeBSD:

After installing homeassistant:

pip3 install numpy
pip3 install git+https://github.com/rhasspy/webrtc-noise-gain.git|

I also have a problem with pyturbojpeg==1.7.1. I can install the updated version, but something requires this version that won’t install. That being said, it works so far. Note that my upgrade is small. I’ve started using ha like 3 days ago.