Some similar topics suggested VPN issues, which I don’t use. ghcr.io is reachable from HA (checked from SSH terminal). There’s enough disk space as well…
I had the same problem on a bare metal installation. pip install --upgrade caused a 404 error.
I was getting a
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
aiohttp-fast-url-dispatcher 0.3.0 requires aiohttp<3.10,>=3.8.5, but you have aiohttp 3.10.8 which is incompatible.
pip install -Iv aiohttp==3.10
“fixed” it for me. There were some errors, bu the web interface is back…
so for me it’s bad network. Pi4 is on wifi, and lately it became pretty bad. Don’t know what’s the reason though.
Anyway I was able to docker pull the image on local pc, docker save to file, compress, copy it via scp to HA and use docker load to load the image, then update works
Now I am looking for USB wifi dongle for Pi4… It’s too complicated to get LAN cable there…
Now I use USB Wifi dongle for Pi4 based on RTL8812BU chip, it’s supported out of the box.
It was a bit tricky to make it work, but now wifi connection is much better and faster, now problems with updates so far.