Closed raidenii closed 1 month ago
The gehome integration failed to load at homeassistant.setup step, with error message:
homeassistant.setup
Setup failed for custom integration 'ge_home': Requirements for ge_home not found: ['magicattr==0.1.6', 'gehomesdk==0.5.28', 'slixmpp==1.8.3'].
While it is possible to install those modules with uv pip install, is there anything can be done in upstream to fix this?
uv pip install
Appears Hass 2024.10 introduced new uv package management and it broke compatibiliy with rootless docker.
https://github.com/home-assistant/core/issues/128214
Closing this as it's an upstream issue.
The gehome integration failed to load at
homeassistant.setup
step, with error message:Setup failed for custom integration 'ge_home': Requirements for ge_home not found: ['magicattr==0.1.6', 'gehomesdk==0.5.28', 'slixmpp==1.8.3'].
While it is possible to install those modules with
uv pip install
, is there anything can be done in upstream to fix this?