Z-Wave not updated after installing 0.45

After installing home assistant 0.45 I got the folowing Error Messages:

2017-05-29 07:14:47 ERROR (Thread-3) [homeassistant.util.package] Unable to install package python_openzwave==0.4.0.31: Command “/srv/homeassistant/bin/python3 -u -c “import setuptools, tokenize;file=’/tmp/pip-build-8y5icxck/python-openzwave/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-wmehhw_z-record/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/include/site/python3.4/python-openzwave --home=/tmp/tmplxqhmv8t” failed with error code 1 in /tmp/pip-build-8y5icxck/python-openzwave/
2017-05-29 07:14:47 ERROR (MainThread) [homeassistant.setup] Not initializing zwave because could not install dependency python_openzwave==0.4.0.31
2017-05-29 07:14:47 ERROR (MainThread) [homeassistant.setup] Setup failed for zwave: Could not install all requirements.

Updateprocedure:
sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
pip3 install --upgrade homeassistant

open-zwave-control-panel was installed but never used/working.

There was just one fibaro dimmer added.
Config:
zwave:
usb_path: /dev/ttyACM0

Is there anybody can help me to bring my dimmer back again?

To be able to answer to those question please ALWAYS tell us the Setup (hass.io, manual install, AIO installer etc )

I used the manual installation

What flavor of linux?

If it was working before, what version of HA did you upgrade from?

I’m using jessie, always latest and greatest.
Update based on the last HA 0.44.x

FIXED:

$ sudo su -s /bin/bash homeassistant
$ source /srv/homeassistant/bin/activate
$ pip install python_openzwave==0.4.0.31

4 Likes