Installation Problem On DietPi (small Debian)

Hello.
I have problem with discovery component, iOS component and notify component.
What dependencies i need to install to run this component?

Thx for help its my first post.

Sorry for my english

2017-06-03 13:33:43 ERROR (MainThread) [homeassistant.setup] Error during setup of component discovery
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/setup.py", line 185, in _async_setup_component
    result = yield from component.async_setup(hass, processed_config)
  File "/usr/lib/python3.4/asyncio/coroutines.py", line 141, in coro
    res = func(*args, **kw)
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/discovery.py", line 74, in async_setup
    from netdisco.discovery import NetworkDiscovery
  File "/root/.homeassistant/deps/netdisco/discovery.py", line 6, in <module>
    from .ssdp import SSDP
  File "/root/.homeassistant/deps/netdisco/ssdp.py", line 11, in <module>
    from netdisco.util import etree_to_dict, interface_addresses
  File "/root/.homeassistant/deps/netdisco/util.py", line 4, in <module>
    import netifaces
ImportError: /root/.homeassistant/deps/netifaces.cpython-34m.so: wrong ELF class: ELFCLASS32
2017-06-03 13:33:42 ERROR (MainThread) [homeassistant.setup] Error during setup of component zeroconf
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 388, in __iter__
    yield self  # This tells Task to wait for completion.
  File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
    value = future.result()
  File "/usr/lib/python3.4/asyncio/futures.py", line 277, 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/zeroconf.py", line 31, in setup
    from zeroconf import Zeroconf, ServiceInfo
  File "/root/.homeassistant/deps/zeroconf.py", line 38, in <module>
    import netifaces
ImportError: /root/.homeassistant/deps/netifaces.cpython-34m.so: wrong ELF class: ELFCLASS32

Try to install netifaces manually first.

$ pip3 install netifaces

pip3 install netifaces
Requirement already satisfied: netifaces in /usr/local/lib/python3.4/dist-packages

So i have installed

It could be an issue that there is a mixture of 64 bit/32 bit. I suggest that you place your Home Assistant installation in a venv.