-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant install HomeAssistant with DietPi-Software on RPi 2 Model B (armv7l) #4372
Comments
Hi, I guess this will be fixed on next release with this PR #4364 |
Hello. can i bypass the error manually? |
@MichaIng |
Since it requires multiple lines to be added, at least there is no trivial one-liner. But you could apply the change to
|
Thx @MichaIng ! |
I'll mark this as closed. Feel free to reopen if required. |
Hello, I try to install Home Assistant on Rpi2 but installation failed on Rust:
Upgrade pip don't work, command not found. |
Could you share some more system details. Required Information
|
Hi, @Joulinar I download last Rpi image Armv7-32bit and install it on Raspberry Pi 2 model B. I'm not home now so I cannot give You more details. |
Ah yeah I remember that we had an issues once where Ok something we need to have a look how to bypass. |
OK, thanks. I will test Domoticz with my home automation for now :) |
Actually there are pre-compiled wheels available for aarch64 at PyPI, but probably not for the Python version compiled when installing HA. I'll try to replicate. |
@MichaIng actually it's ARMv7 and I could replicate on my RPi3B+ |
Python 3.7 and 3.9 wheels are shipped by piwheels: https://piwheels.org/project/cryptography/ |
+ DietPi-Software | Home Assistant: The Python version compiled with Home Assistant has been bumped to v3.9.7, which resolves and issue with installs on 32-bit ARM systems. Many thanks to @Przemek for reporting this issue: #4372 (comment)
Solved:
|
+ DietPi-Software | Home Assistant: The Python version compiled with Home Assistant has been bumped to v3.9.7, which resolves and issue with installs on 32-bit ARM systems. Many thanks to @Przemek for reporting this issue: #4372 (comment) + DietPi-Software | Home Assistant: Add newly required runtime library
Details:
. /home/homeassistant/pyenv-activate.sh
pyenv install 3.8.8
pyenv local 3.8.8
pip3 install -U pip wheel
[ -z '' ] || pip3 install
exec pip3 install homeassistant
Steps to reproduce:
Expected behaviour:
Actual behaviour:
Extra details:
Additional logs:
The text was updated successfully, but these errors were encountered: