tech-controllers
tech-controllers copied to clipboard
Invalid config: The following integrations and platforms could not be set up: tech
Few days ago I had to restart my HA from Backup and TECH stopped working. I tried to reinstall integration but it seems repo is outdated.
In notification I see:
Invalid config The following integrations and platforms could not be set up: tech (Show logs)
When I am trying to reinstall TECH integration:
Error Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble
In logs I see:
Setup failed for custom integration tech: Requirements for tech not found: ['tech']. 6:17:00 PM – (ERROR) setup.py Unable to install package tech: ERROR: Could not find a version that satisfies the requirement tech (from versions: none) ERROR: No matching distribution found for tech 6:17:00 PM – (ERROR) util/package.py - message first occurred at 6:16:46 PM and shows up 3 times
2_022-10-18 18:17:00.751 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package tech: ERROR: Could not find a version that satisfies the requirement tech (from versions: none)_ ERROR: No matching distribution found for tech 2022-10-18 18:17:00.754 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration tech: Requirements for tech not found: ['tech'].
Anyone else having this problem or someone know how to fix this?
Duplicate of #11
Same here. After the error i removed integration and tried to install it again. Two errors appears:
Setup failed for custom integration tech: Requirements for tech not found: ['tech'].
Unable to install package tech: ERROR: Could not find a version that satisfies the requirement tech (from versions: none) ERROR: No matching distribution found for tech
Awesome! Thanks @melkypie it works. For others who may get in here - you need to remove tech requirement line from manifest.json as it is referencing a non existent pypi package.
Thanks a lot !