ZWave broken?

Can’t install it :frowning:

(.homeassistant) C:\Users\owner.homeassistant>pip3 install homeassistant-pyozw
Collecting homeassistant-pyozw
Using cached https://files.pythonhosted.org/packages/79/79/478710618faa11f4e78c38abd08f0b152938a8e27706798d5ba7b3ecdf59/homeassistant_pyozw-0.1.1.zip
Complete output from command python setup.py egg_info:
ImportError in : from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
NameError in : class bdist_wheel(_bdist_wheel) - Use bdist_egg instead
sysargv [’-c’, ‘egg_info’, ‘–egg-base’, ‘pip-egg-info’]
Found SETUP_DIR : C:\Users\owner\AppData\Local\Temp\pip-install-evwa1ayd\homeassistant-pyozw
<pyozw_setup.EmbedTemplate object at 0x0000027651670128>
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\owner\AppData\Local\Temp\pip-install-evwa1ayd\homeassistant-pyozw\setup.py”, line 42, in
print(current_template.ctx)
File “C:\Users\owner\AppData\Local\Temp\pip-install-evwa1ayd\homeassistant-pyozw\pyozw_setup.py”, line 224, in ctx
self._ctx = self.get_context()
File “C:\Users\owner\AppData\Local\Temp\pip-install-evwa1ayd\homeassistant-pyozw\pyozw_setup.py”, line 803, in get_context
ctx = self.system_context(ctx, static=True)
File “C:\Users\owner\AppData\Local\Temp\pip-install-evwa1ayd\homeassistant-pyozw\pyozw_setup.py”, line 143, in system_context
from pyozw_win import get_system_context
ModuleNotFoundError: No module named ‘pyozw_win’

----------------------------------------

Command “python setup.py egg_info” failed with error code 1 in C:\Users\owner\AppData\Local\Temp\pip-install-evwa1ayd\homeassistant-pyozw
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip’ command.

(.homeassistant) C:\Users\owner.homeassistant>

Issue is being tracked here https://github.com/home-assistant/home-assistant/issues/19445

I wrote up a work around to this at
https://github.com/home-assistant/home-assistant/issues/18552#issuecomment-450364353