Hi Friends of HA community,
I’ve been installing HA for quite some time now. I prefer to install it directly on linux, instead of using the hassio image. Every time I’ve installed it I’ve encountered similar problems, so, I’d like to suggest some corrections to the instructions from https://www.home-assistant.io/docs/installation/armbian/:slight_smile:
where it says sudo apt-get install python3-dev python3-pip
I’d include python3-setuptools as it is needed while pip installing HA.
Also, I’d suggest to change sudo pip3 install homeassistant
to sudo pip3 install wheel homeassistant as wheel is necessary on HA install process.
Regards
Leo