Hey Guys,
2024.4.x requires Python 3.12. Compiled 3.12.2 and Stream reports the error below. HA also loading much longer than usual.
Does anyone has fixed the issue? How to do that?
Does it work for anyone (HA 2024.4.x with Python 3.12)? Wondering maybe something is broken on my end (need to reinstall smth or so)…
Rejestrator: homeassistant.setup
Źródło: setup.py:398
Pierwsze zdarzenie: 16:09:51 (1 zdarzenia)
Ostatnio zalogowany: 16:09:51
Error during setup of component stream
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/setup.py", line 398, in _async_setup_component
result = await task
^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/stream/__init__.py", line 226, in async_setup
await hass.async_add_executor_job(set_pyav_logging, debug_enabled)
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/stream/__init__.py", line 196, in set_pyav_logging
import av # pylint: disable=import-outside-toplevel
^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/av/__init__.py", line 20, in <module>
from av._core import time_base, library_versions
ImportError: libwebp.so.6: cannot open shared object file: No such file or directory
thanks for any help!