Can't Install on armbian Bionic

Hi
I’ve been trying to find a solution for days, with no result

I’m trying to install home assistant on armbian Bionic
Python version is 3.6

When, in the virtual enviroment, I run pip3 install homeassistant, after a while I get

compilation terminated.

error: command ‘arm-linux-gnueabihf-gcc’ failed with exit status 1


Command “/srv/homeassistant/bin/python3 -u -c “import setuptools, tokenize;file=’/tmp/pip-build-s_q6brmp/cffi/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-p0j8lcwq-record/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/include/site/python3.6/cffi” failed with error code 1 in /tmp/pip-build-s_q6brmp/cffi/

Can you help please?