Unable to install package netdisco==1.2.3 on windows 10

Hi,
After new install of Home Assistant on windows 10 I am getting error that discovery could not be set up.
When looking at the logs I see :Unable to install package netdisco==1.2.3"
I saw on the forum that I need to install windows SDK and change the path. I did that and still the problem exists.
Can someone help ?
Here is the log when trying to run the UI:

e[32m2017-11-25 14:00:36 INFO (SyncWorker_1) [homeassistant.util.package] Attempting install of netdisco==1.2.3e[0m
e[31m2017-11-25 14:00:38 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package netdisco==1.2.3: Command “D:\Install\python\python.exe -u -c “import setuptools, tokenize;file=‘C:\Users\yoni\AppData\Local\Temp\pip-build-ib20durj\netifaces\setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record C:\Users\yoni\AppData\Local\Temp\pip-zc95qlxr-record\install-record.txt --single-version-externally-managed --compile --user --prefix=” failed with error code 1 in C:\Users\yoni\AppData\Local\Temp\pip-build-ib20durj\netifaces\e[0m
e[31m2017-11-25 14:00:38 ERROR (MainThread) [homeassistant.setup] Not initializing discovery because could not install dependency netdisco==1.2.3e[0m
e[31m2017-11-25 14:00:38 ERROR (MainThread) [homeassistant.setup] Setup failed for discovery: Could not install all requirements.e[0m
e[32m2017-11-25 14:00:38 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=persistent_notification, service=create, service_data=title=Invalid config, message=The following components and platforms could not be set up:

  • discovery

Might be an issue with PIP or Python.

Check that you have Python and PIP installed, and both are in your PATH variable.