Have updated to Home Assistant Core 2025.3.1, but now Core would no longer start, and it complains that python module homeassistant does not exist.
Not sure how to approach this and what to do?
/usr/local/bin/python3: No module named homeassistant
[08:11:38] INFO: Home Assistant Core finish process exit code 1
[08:11:38] INFO: Home Assistant Core service shutdown
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
/usr/local/bin/python3: No module named homeassistant
[14:45:41] INFO: Home Assistant Core finish process exit code 1
[14:45:41] INFO: Home Assistant Core service shutdown
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
I’m running the docker container on a Raspi 4 with 8GB Ram, with a 64-Bit OS (“Debian GNU/Linux 12 (bookworm)”).
The last working version is “homeassistant/home-assistant:2025.2.4”