tech-controllers icon indicating copy to clipboard operation
tech-controllers copied to clipboard

Invalid config: The following integrations and platforms could not be set up: tech

Open Pxvvxp opened this issue 2 years ago • 4 comments

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?

image image

Pxvvxp avatar Oct 19 '22 10:10 Pxvvxp

Duplicate of #11

melkypie avatar Oct 19 '22 19:10 melkypie

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

remigiuszp avatar Oct 20 '22 04:10 remigiuszp

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.

Pxvvxp avatar Oct 20 '22 08:10 Pxvvxp

Thanks a lot !

remigiuszp avatar Oct 20 '22 17:10 remigiuszp