Replies: 4 comments 1 reply
-
|
The same error appears to happen on v3.2.1 and plugp100=5.1.5 as well. Logs; 2025-07-04 22:17:44.941 ERROR (SyncWorker_10) [homeassistant.util.package] Unable to install package plugp100==5.1.5: × No solution found when resolving dependencies: 2025-07-04 22:17:59.323 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'tapo': Requirements for tapo not found: ['plugp100==5.1.5']. |
Beta Was this translation helpful? Give feedback.
-
|
I see a small difference. For me: My urllib3 is too high, yours too low. If I read this correctly. Ranges required also differ. Likely dit to version installed. |
Beta Was this translation helpful? Give feedback.
-
|
You should update to HA 2025.7.0 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. Just checked and am already on 2025.7.0. I see 2025.7.1. Updating now. See some mentions of urllib in discussion below the release notes. Fingers crossed. Update: updated to 2025.7.1 and tapo works again. No more errors and I can control them. Thx!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tapo stopped working today. HA updated today. I am a noob with logs and clueless what this means but what I read is that Tapo expects urlib3 (whatever that is) to be between 1.26.5 and below two, but my urlib3 is above 2. Can this be made to work with urlib3>2 or how do I downgrade that to below 2 again?
from my logs
Logger: homeassistant.setup
Source: setup.py:278
First occurred: 07:18:33 (1 occurrence)
Last logged: 07:18:33
Setup failed for custom integration 'tapo': Requirements for tapo not found: ['plugp100==5.1.4']
Logger: homeassistant.util.package
Source: util/package.py:159
First occurred: 07:18:31 (3 occurrences)
Last logged: 07:18:32
Unable to install package plugp100==5.1.4: × No solution found when resolving dependencies: ╰─▶ Because plugp100==5.1.4 depends on ** urlib3**, we can conclude that plugp100==5.1.4 cannot be used. And because you require plugp100==5.1.4, we can conclude that your requirements are unsatisfiable.
Logger: homeassistant.util.package
Source: util/package.py:159
First occurred: 07:18:31 (3 occurrences)
Last logged: 07:18:32
Unable to install package plugp100==5.1.4: × No solution found when resolving dependencies: ╰─▶ Because plugp100==5.1.4 depends on urllib3>=1.26.5,<2 and urllib3>=2.0, we can conclude that plugp100==5.1.4 cannot be used. And because you require plugp100==5.1.4, we can conclude that your requirements are unsatisfiable.
Beta Was this translation helpful? Give feedback.
All reactions