Closed Megapusher closed 2 years ago
May I ask why this was closed? I can repeat the above on a Galaxy Note 8 and S10+ (different CARGO_BUILD_TARGET).
Is there another case/issuw with fix that I've overlooked?
To add to the above I also tried installing cargo & rust prior to homeassistant.
Is there a homeassistant specifc thread forum?
Thank you kindly.
May I ask why this was closed?
This wasn't really a bug report.
I can repeat the above on a Galaxy Note 8 and S10+ (different CARGO_BUILD_TARGET)
Post your logs, then maybe we could help.
Problem description
Installing homeassistant with error cryptography 35.0.0:
Version homeassistant: 2022.4.2
~ $ pip install homeassistant
PS: The latest version of cryptography 36.0.2 is installed without problems.
What steps will reproduce the bug?
Installing homeassistant:
**1. Install F-droid
TERMUX_VERSION="0.118.0"
**4. Start Termux App;
6. Install homeassistant
$ pip install homeassistant
7. Install Rust
$ pkg install rust
Set the CARGO_BUILD_TARGET environment variable:
~ $ export CARGO_BUILD_TARGET=armv7-linux-androideabi
8. Install Whell
~ $ pip install wheel
Collecting wheel Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) Installing collected packages: wheel Successfully installed wheel-0.37.1
9. Install homeassistant again
What is the expected behavior?
Homeassistant installed.
System information
termux-info: TERMUX_VERSION="0.118.0"