Discovery not working: how do I install netifaces on Windows?

Hi,

Total newbie on Python here. I installed HASS on a Windows 7 machine. So, discovery component is not working for me. I’ve been doing some digging and it seems I need to install netifaces, since I got this error on the log:

Not initializing discovery because could not install dependency netdisco==0.6.1

So, I ended up in stackoverflow, where it says I need to install python-dev first:

I see the Python.h file, but I don’t know what else I need to do. Any ideas?

On the other hand, I have also downloaded the file netifaces‑0.10.6‑cp27‑cp27m‑win32.whl from here and installed it running:

pip install C:/some-dir/some-file.whl

Installing collected packages: netifaces
_Successfully installed netifaces-0.10.6

No changes so far.

Thanks