vault backup: 2024-11-08 19:44:39

This commit is contained in:
2024-11-08 19:44:39 +01:00
parent a6bf2c3364
commit f9400fc682
2 changed files with 13 additions and 3 deletions

View File

@ -286,4 +286,14 @@ Building wheels for collected packages: numpy
Successfully built numpy
Installing collected packages: numpy
Successfully installed numpy-1.26.0
```
Need to fix `webrtc-noise-gain==1.2.3` dependency probably
```
2024-11-08 19:42:54.330 INFO (MainThread) [homeassistant.requirements] Multiple attempts to install webrtc-noise-gain==1.2.3 failed, install will be retried after next configuration check or restart
2024-11-08 19:42:54.330 ERROR (MainThread) [homeassistant.setup] Setup failed for 'mobile_app': Requirements for assist_pipeline not found: ['webrtc-noise-gain==1.2.3'].
2024-11-08 19:42:54.339 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.1 seconds
2024-11-08 19:42:54.351 INFO (MainThread) [homeassistant.requirements] Multiple attempts to install webrtc-noise-gain==1.2.3 failed, install will be retried after next configuration check or restart
2024-11-08 19:42:54.351 ERROR (MainThread) [homeassistant.setup] Setup failed for 'assist_pipeline': Requirements for assist_pipeline not found: ['webrtc-noise-gain==1.2.3'].
```