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!