Hi everyone, I am having some problems when I’m installing home assistant on the dietpi-software installer. I get these errors. Does someone know a fix for this?
Welcome to our community. I guess you need to share the entire output (at least last lines). On a SSH session you should be able to scroll up and copy/past the last messages. Try to avoid screen prints if possible.
Installing Python with Home Assistant module into pyenv
│ - Command: sudo -u homeassistant dash -c
│ . /home/homeassistant/pyenv-activate.sh
│ pyenv install 3.9.15
│ pyenv local 3.9.15
│ pip3 install --no-cache-dir -U pip setuptools wheel
│ [ -z '' ] || pip3 install --no-cache-dir
│ exec pip3 install --no-cache-dir homeassistant
│ - Exit code: 1
│ - DietPi version: v8.10.2 (MichaIng/master) | HW_MODEL: 1 | HW_ARCH: 1 |
│ DISTRO: 6
│ - Image creator: DietPi Core Team
│ - Pre-image: from scratch
│ - Error log:
│ Downloading Python-3.9.15.tar.xz...
There should be some error messages above the blue box. On 32 bit there is still an issue on piwheels with some packages missing wich require Rust
to be installed. Something we are in touch with piwheels guys to get this fixed. Install rustup as piwheels user by MichaIng · Pull Request #328 · piwheels/piwheels · GitHub
As a workaround, you could try following Unable to upgrade Home Assistant to 2021.10.x - #4 by retrofame