Git Product home page Git Product logo

Comments (1)

Harriethijssen avatar Harriethijssen commented on July 23, 2024

Still problem on [0.83.3]. Installed on RPi3 (Stretch) using Python Virtual Environment method.

Installed netifaces using: $pip install netifaces

Collecting netifaces
  Downloading https://www.piwheels.org/simple/netifaces/netifaces-0.10.7-cp35-cp35m-linux_armv7l.whl (40kB)
    100% |████████████████████████████████| 40kB 342kB/s
Installing collected packages: netifaces
Successfully installed netifaces-0.10.7

Error

2018-12-07 12:38:44 INFO (MainThread) [homeassistant.setup] Setup of domain apple_tv took 0.0 seconds.
2018-12-07 12:38:44 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
    result = coro.send(None)
  File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/apple_tv.py", line 170, in atv_discovered
    CONF_START_OFF: False
  File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/apple_tv.py", line 192, in _setup_atv
    import pyatv
  File "/home/homeassistant/.homeassistant/deps/lib/python3.5/site-packages/pyatv/__init__.py", line 12, in <module>
    from pyatv.pairing import PairingHandler
  File "/home/homeassistant/.homeassistant/deps/lib/python3.5/site-packages/pyatv/pairing.py", line 11, in <module>
    import netifaces
ImportError: No module named 'netifaces'

from netdisco.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.