I have had my HA config in perfect working order for a while now, I haven’t touched a thing in it. However, with the latest updates (2022.2.1 and 2022.2.2) it wouldn’t pass the pre-update check. When running the add-on “Check Home Assistant configuration” I get the following error message:
[05:01:31] INFO: Checking your configuration against this version...
[05:05:12] ERROR: The configuration check did not pass!
[05:05:12] ERROR: See the output below for more details.
Testing configuration at /tmp/config
Fatal error while loading config: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/multidict-6.0.2.dist-info/METADATA'
Failed config
General Errors:
- [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/multidict-6.0.2.dist-info/METADATA'
Successful config (partial)
Indeed, I don’t have that directory in the homeassistant Docker container. I do have a /usr/local/lib/python3.9/site-packages/multidict-5.2.0.dist-info directory only.
My environment:
Debian GNU/Linux 11 (bullseye)
core-2022.2.0
supervisor-2022.01.1
Docker version 20.10.12
Also, i haven’t found anything related on these forums. Am I the only one this happens to?
Any idea how to fix it?
I think the issue has been labeled incorrectly. Perhaps that’s why it’s not getting any traction. I pinged Martin Hjelmare, perhaps that will get things back on track.