Hi,
I’m trying to set up my Aeotec Gen5 stick for Home Assistant on Windows 10 Pro 64 bit / Python 3.7 32-bit Virtual Environment and I’m running to this issue:
2019-03-14 22:27:32 INFO (SyncWorker_17) [homeassistant.util.package] Attempting install of homeassistant-pyozw==0.1.2
2019-03-14 22:27:34 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 2.2 seconds.
2019-03-14 22:27:35 ERROR (SyncWorker_17) [homeassistant.util.package] Unable to install package homeassistant-pyozw==0.1.2: Command “python setup.py egg_info” failed with error code 1 in C:\Users\CARLOS~1.ACO\AppData\Local\Temp\pip-install-dle4lcfz\homeassistant-pyozw
2019-03-14 22:27:35 ERROR (MainThread) [homeassistant.requirements] Not initializing zwave because could not install requirement homeassistant-pyozw==0.1.2
2019-03-14 22:27:35 ERROR (MainThread) [homeassistant.setup] Setup failed for zwave: Could not install all requirements.
I also tryed to install with pip:
(homeassistant) C:\Users\carlos.acosta\homeassistant>pip3 install homeassistant-pyozw
Collecting homeassistant-pyozw
Using cached https://files.pythonhosted.org/packages/f8/f0/e45cbb4f4e834520dca221d6ed667235f239c96827d87c4bc140e423a533/homeassistant_pyozw-0.1.2.zip
Complete output from command python setup.py egg_info:
sysargv [’-c’, ‘egg_info’, ‘–egg-base’, ‘pip-egg-info’]
Found SETUP_DIR : C:\Users\CARLOS~1.ACO\AppData\Local\Temp\pip-install-s2xn6t08\homeassistant-pyozw
<pyozw_setup.EmbedTemplate object at 0x03C1D850>
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\CARLOS~1.ACO\AppData\Local\Temp\pip-install-s2xn6t08\homeassistant-pyozw\setup.py”, line 42, in
print(current_template.ctx)
File “C:\Users\CARLOS~1.ACO\AppData\Local\Temp\pip-install-s2xn6t08\homeassistant-pyozw\pyozw_setup.py”, line 225, in ctx
self._ctx = self.get_context()
File “C:\Users\CARLOS~1.ACO\AppData\Local\Temp\pip-install-s2xn6t08\homeassistant-pyozw\pyozw_setup.py”, line 804, in get_context
ctx = self.system_context(ctx, static=True)
File “C:\Users\CARLOS~1.ACO\AppData\Local\Temp\pip-install-s2xn6t08\homeassistant-pyozw\pyozw_setup.py”, line 144, in system_context
get_system_context(ctx, self.os_options, openzwave=os.path.abspath(self.openzwave), static=static)
File “C:\Users\CARLOS~1.ACO\AppData\Local\Temp\pip-install-s2xn6t08\homeassistant-pyozw\pyozw_win.py”, line 615, in get_system_context
) = setup_build_environment(openzwave, options[‘build_type’])
File “C:\Users\CARLOS~1.ACO\AppData\Local\Temp\pip-install-s2xn6t08\homeassistant-pyozw\pyozw_win.py”, line 251, in setup_build_environment
raise RuntimeError
RuntimeError
Command “python setup.py egg_info” failed with error code 1 in C:\Users\CARLOS~1.ACO\AppData\Local\Temp\pip-install-s2xn6t08\homeassistant-pyoziw\
It looks like it is looking for some kind of build environment. I’ve installed Windows 10 SDK but no success.
Any ideas how to move on?
Thanks,
Carlos