You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrade Home Assistant to 2023.10.3 it stopped working due to the Illegal Instruction error. Further investigation identified that webrtc-noise-gain libe throwing that error. See MichaIng/DietPi#6683 and home-assistant/core#102220
But the recompilaiton on the local machine solves the issue. So it looks like something is configured incorrectly on the built host.
The text was updated successfully, but these errors were encountered:
Yea, it doesn't work. Manually installed the .whl and tried this:
>>> from webrtc_noise_gain import AudioProcessor
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/pi/homeassistant-satellite/.venv/lib/python3.11/site-packages/webrtc_noise_gain/__init__.py", line 1, in <module>
from webrtc_noise_gain_cpp import AudioProcessor
ModuleNotFoundError: No module named 'webrtc_noise_gain_cpp'
After upgrade Home Assistant to 2023.10.3 it stopped working due to the
Illegal Instruction
error. Further investigation identified thatwebrtc-noise-gain
libe throwing that error. See MichaIng/DietPi#6683 and home-assistant/core#102220But the recompilaiton on the local machine solves the issue. So it looks like something is configured incorrectly on the built host.
The text was updated successfully, but these errors were encountered: