After installing 2026.5 I started getting this error:
Logger: homeassistant.setup
Source: setup.py:278
First occurred: 9:03:10 AM (4 occurrences)
Last logged: 9:03:12 AM
Setup failed for custom integration 'genius_lyrics': Requirements for genius_lyrics not found: ['lyricsgenius==3.2.0'].
Setup failed for custom integration 'alexa_media': Requirements for alexa_media not found: ['alexapy==1.29.20', 'dictor>=0.1.12,<0.2'].
Setup failed for custom integration 'watchman': Requirements for watchman not found: ['prettytable==3.12.0'].
Setup failed for custom integration 'tapo_control': Requirements for tapo_control not found: ['pytapo==3.4.11'].
I’m posting this to see if anyone else has had similar issues or has any insight to this.
I posted issues about it on the Alexa_media GitHub page (was told to completely remove the integration and reinstall it), and the Tapo control GitHub (was told it was a problem with the integration and that I should manually re-install pytapo).
But the more I think about the stranger I feel about all of these happening at once, and am thinking this may have more to do with HA than the I individual packages. I could be totally wrong about that.
At any rate, apart from re-installing the packages manually (which feels like more of a symptom fix than the actual problem fix, since this happened to multiple packages), does anyone have any insight to this. Or is anyone having this same or similar problem?
It's due to HA (or other custom integrations) now requiring internally different versions of those packages.
If the custom integrations are requiring a different version, there is a catch-22, hence the error messages.
So is the solution here just to wait until the custom integrations catch on and rectify this? Or is there something I can do to help my plight, in the mean time? Or something else?
Check their issues on Github. If no one has raised an issue yet, they might not even be aware of the issue, so raising one yourself might help speed things along.
That’s actually what drove me back here. I haven’t heard from the watchman issue I raised. Tapo said it wasn’t their fault and I should just reinstall the pytapo package manually. And the Alexa media player responses were to uninstall/reinstall the whole integration or to reinstall their custom python library.
But it just perplexes me why I would have to do that if the problem is with the integrations and the responsibility of the developers.
But it also perplexes me that no one else seems to be having this issue.
Open-source custom integration developers just develop for their own needs, and share it with the community "as-is". Don't expect from them the same level of commitment of, say, Home Assistant proper.
I had a VERY similar problem, throughout 5.1 and 5.2 updates, for DIFFERENT addons/apps. Found no solution, until I frustratedly followed random recommendations from the forum here.
The one that - for me - did the trick was to run "supervisor repair" in the CLI, after I deactivated all the affected integrations (then 'core restart', then do 'core update').
Thanks to you all for your responses and support. It looks like this was resolved with the 2026.05.1 update. Again, I appreciate your support. It’s good to feel not alone in this!