Discovery error

So I am trying to install HomeAssistant on OSMC that should basically be a Raspbian installation customized with Kodi (i am not totally sure, I’ve asked in theif forum, they answered that if there is a guid for installing HomeAssistant on Debian, it should work).
Anyway… I am following this guide (basic version):

Everything seems to work fine and I can get to the ipaddress:8123 screen but there is an error message saying:

“the following components and platform could not be set up: discovery”

While starting, HomeAssistant reports the following log:

INFO:homeassistant.util.package:Attempting install of netdisco==1.2.3
ERROR:homeassistant.util.package:Unable to install package netdisco==1.2.3: Command “/root/homeassistant/bin/python3 -u -c “import setuptools, tokenize;file=’/tmp/pip-build-wjk_rirk/netifaces/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-exwgxffr-record/install-record.txt --single-version-externally-managed --compile --install-headers /root/homeassistant/include/site/python3.4/netifaces” failed with error code 1 in /tmp/pip-build-wjk_rirk/netifaces/
ERROR:homeassistant.setup:Not initializing discovery because could not install dependency netdisco==1.2.3
ERROR:homeassistant.setup:Setup failed for discovery: Could not install all requirements

What to do?
Thanks in advance!

Depends whether or not you need the discovery component.

I don’t use it personally, so if you don’t need it you can just delete the line discovery: from the configuration.yaml , or put a # in front of the line to comment it out so you can use it later.

If you do need it you’ll need to try and work out why netdisco isn’t installing. Maybe trying to install it manually will work?