Python libraries missing in 2024.12.0

I’ve upgraded my dockerized installation of HomeAssistant to version 2024.12.0. Now it is lacking the following python libraries:

  • integrationhelper (needed for ‘anniversaries’ integration)
  • pyopensprinkler (needed for ‘opensprinkler’ integration)
  • hass_web_proxy_lib (needed for ‘frigate’ integration)

What am I missing? Did something change regarding integrations?

UPDATE: I checked the manifest.json files of these components and they do specify the libraries above as requirements.

1 Like

I have a similar issue since I upgraded my OS and core to the latest version.

I’m getting a notification of invalid config.
From what I found out, default config can’t load the stream integration.
The stream integration can’t load because of a missing python file…

(Haos running on Pi2)

Logger: homeassistant.setup
Source: setup.py:416
First occurred: 11:07:23 (1 occurrences)
Last logged: 11:07:23

Error during setup of component stream
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 416, in _async_setup_component
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/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.13/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 196, in set_pyav_logging
    import av  # pylint: disable=import-outside-toplevel
    ^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/av/__init__.py", line 3, in <module>
    from av._core import time_base, library_versions, ffmpeg_version_info
ImportError: Error loading shared library : No such file or directory (needed by /usr/local/lib/python3.13/site-packages/av/../av.libs/libjxl-2cfeb5f2.so.0.10.2)

Well for me this got fixed with the update to 2024.12.3

There was a few issues opened in GitHub for this and other similar problems.

Cannot confirm. Still facing this issue in 2024.12.4.