#Frigate doesn't work with Python 3.14

1 messages · Page 1 of 1 (latest)

pulsar shoal
#

I set up the Frigate integration from HACS a few days ago and it was working great. I'm running HA 2026.4 in a docker container.

This morning I decided to create a new user (homeassistant) on the host machine, and chown the docker container's mounted config folder to that user and its group, so that I could have the docker container run as that user instead of as root.

Also this morning, I've noticed the Frigate integration reports it is not loaded, and digging into my logs reveals it is failing with this message:

ERROR: Setup failed for custom integration 'frigate': Requirements for frigate not found: ['hass-web-proxy-lib==0.0.7'].

Inside the container, attempting to install this package fails:

Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://wheels.home-assistant.io/musllinux-index/
ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.12,<3.14; 0.0.2 Requires-Python >=3.12,<3.14; 0.0.3 Requires-Python >=3.12,<3.14;
0.0.4 Requires-Python >=3.12,<3.14; 0.0.5 Requires-Python >=3.12,<3.14; 0.0.6 Requires-Python >=3.12,<3.14; 0.0.7 Requires-Python >=3.12,<3.14
ERROR: Could not find a version that satisfies the requirement hass-web-proxy-lib==0.0.7 (from versions: none)
ERROR: No matching distribution found for hass-web-proxy-lib==0.0.7```

I'm not sure it's related to the user change, but I haven't been able to rule it out. I can't think of any other reason the integration worked yesterday and not today.
#

Frigate doesn't work with Python 3.14

heavy prairie
#

I don't think that running the HA as other than root is supported or necessary. But I also don't know why it would matter for this. For what it's worth, I'm running the frigate integration just fine with HA 2026.4

pulsar shoal
#

Yeah, I reverted and it seems to work again