Hi, use lineage 18.1 on my LG g2 d800, so ove trying to install HASS via termux but… So ive try apply commands from forum, but nothing too, anyone who have alredy install hass contact me in telegram(link down) plz, i need your help
So i have the trouble with building cryptography, then the process stops automatically
There are instructions for python in termux wiki https://wiki.termux.com/wiki/Python
First determine CPU architecture with uname -m.
Then depending on your cpu architecture run export CARGO_BUILD_TARGET=armv7-linux-androideabi
or export CARGO_BUILD_TARGET=aarch64-linux-android
Hope this helps.
I didn’t use HAOS just debian image with HA core python installation. I don’t use Le Potato anymore because it became incompatible with newer versions of Home Assistant.
Installing some ancient version of HA in termux is a no go. Termux is a rolling release and, by default, it uses python 11. You can try to downgrade python 11 to python 10 and then try to install the latest version of HA. But it will probably break soon after you upgrade HA of termux. Try to find some other platform to run HA. Good luck.