In this case (for some reason) the package Axis which should be autoinstalled can’t be found. It should be in the deps folder I think. Or it can’t find the component, which version of hass do you run?
Also: everything after device should be additionally indented
2017-06-02 14:05:58 ERROR (MainThread) [homeassistant.setup] Error during setup of component axis
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/setup.py", line 188, in _async_setup_component
None, component.setup, hass, processed_config)
File "/usr/lib/python3.4/asyncio/futures.py", line 386, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 287, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 275, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/axis.py", line 162, in setup
if not setup_device(hass, config):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/axis.py", line 170, in setup_device
from axis import AxisDevice
File "/home/synertia/.homeassistant/deps/axis/__init__.py", line 1, in <module>
from .stream import MetaDataStream
File "/home/synertia/.homeassistant/deps/axis/stream.py", line 3, in <module>
gi.require_version('Gst', '1.0')
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 100, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gst not available
Ill try again and see if it runs this time. I ran the dependencies before I upgraded to the latest version of HASS so not sure if that made a difference.