i just tried to install HomeDockOs on my armbian armhf (odroid xu4).
it fails the install, as it cannot find 'flask' .
to get flash, it requires to compile, this is where it breaks.
please considder adding arm-linux-gnueabihf-gcc (my specific cpu / gcc), and python3-dev , in the prereq install
sudo apt install libffi-dev python3-dev gcc
then the pip install -r requirements.txt should run fine
edit: added some deps, and refactored msg.
i just tried to install HomeDockOs on my armbian armhf (odroid xu4).
it fails the install, as it cannot find 'flask' .
to get flash, it requires to compile, this is where it breaks.
please considder adding
arm-linux-gnueabihf-gcc(my specific cpu / gcc), andpython3-dev, in the prereq installthen the
pip install -r requirements.txtshould run fineedit: added some deps, and refactored msg.