sillyfrog/SonOTA

error No module named 'netifaces'

Closed this issue · 1 comments

Hi, I get the below error at my windows machine. Aynone an idea what is wrong?
I downloaded the netifaces binary from https://pypi.python.org/pypi/netifaces/0.10.6#downloads since install via pip failed.

PS C:\temp\SonOTA-master> python sonota.py
Traceback (most recent call last):
  File "sonota.py", line 38, in <module>
    import netifaces
ImportError: No module named 'netifaces'
PS C:\temp\SonOTA-master> pip3 install --user -r requirements.txt
Requirement already satisfied: httplib2>=0.10.3 in c:\users\.\appdata\roaming\python\python35\site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: netifaces>=0.10.6 in c:\users\.\appdata\local\programs\python\python35-32\lib\site-packages (from -r requirements.txt (line 2))
Requirement already satisfied: tornado>=4.5.1 in c:\users\.\appdata\roaming\python\python35\site-packages (from -r requirements.txt (line 3))

sorry just fixed it