Custom Component requirements not found after updating to 2024.12

Good Morning,

Let me start by saying I love Home Assistant. Thanks this fantastic piece of software.

I’m running Home Assistant core Docker Container on a Kubernetes cluster. After updating to 2024.12 I got some custom components (Alexa Media, Tuya Local and HyperHDR) which failed to start. The log states it couldn’t find the requirements listed in the manifest of these components.

I fixed it by running a pip install for these requirements, but I’m wondering if this is normal behaviour or am I missing something in my config.

1 Like

Same problem here. Using home assistant container 2024-12-3

im currently having the same problem on 2024.11.2. im running home assistant on a kubernetes cluster aswell.

Yeah. deps directory in config does indeed have the correct packages installed, but pip install was needed.
So the deps are installed in /config/deps but python doesn’t look for those in there anymore.
I’m not that familiar with the codebase to figure out where this could be broken or changed.

There is an ongoing issue about this. There is also a PR to address this, though it its specific to Podman, you might want to explore your own solution given the cause.