I have a basic installation running on a Raspberry / Dietpi Jessi and while manually running hass netdiscovery throws an error:
INFO:homeassistant.util.package:Attempting install of netdisco==0.5.2
Command "/usr/bin/python3.4 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-qjwzdhvu/netifaces/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-l247o9kw-record/install-record.txt --single-version-externally-managed --compile --home=/tmp/tmpkxtksqw0" failed with error code 1 in /tmp/pip-build-qjwzdhvu/netifaces
ERROR:homeassistant.bootstrap:Not initializing discovery because could not install dependency netdisco==0.5.2
I have completely uninstalled home-assistant, reinstalled it but the error persists. I am installing as a user, but installing as root did not change the outcome here. Any clues how to debug this?
Thanks jbags81 - it looks like I have 2.7.9 and 3.4.2 installed…
Is that the issue? If so what are my options to fix this?
[code]root@deepi:~# python3
Python 3.4.2 (default, Oct 19 2014, 13:31:11)
[GCC 4.9.1] on linux
Type “help”, “copyright”, “credits” or “license” for more information.