PIP3 failure

Hi
I’m using an odroid xu4 sbc , python 3.6 Linux version 4.14.69-148 (root@ba3e5121f23a) (gcc version 7.3.0 ubuntu 18.04 ARM v7 octal core
when I get to the install stage
pip3 install --upgrade homeassistant
it downloads, but when it comes to building it throws exception errors when it sees
arm-linux-gnueabihf-gcc
so very little gets built and the install fails.
Is there anything known on this,

thanks

What may help
if someone can supply a list of all the dependencies on building homeassistant.

With all the hassle i’m getting with ubuntu 18.04 , I wonder if canonical has been infiltrated by microsoft :slight_smile:

Found a solution

not elegant but it worked , run these two commands

 sudo apt-get build-dep python3.6
 sudo apt-get build-dep python3-pip

the code box doesn;t work !!!

large quantity of files loaded, probably only two needed, but it builds OK now