Upgrade to Python 3.9.1 and new install - Z-Wave not working because of missing pyozw

I have tried installing three times now, and nothing helps. I also tried to install pyozw manually, but got a bunch of errors on that one too. Can anybody tell me what the problem is? These log outputs are total gibberish to me, I’m afraid. I couldn’t have the log in the message because it was too long…

www.hobsyssel.no/Hass-errors.txt

You are missing a library. libopenzwave, you’ll ned to install the -dev version of that library so that the python module can compile.

Thanks! I solved that by installing pyozw outside the virtual environment. That installed the library, and I could uninstall pyzw outside and install it inside the venv after that. :+1: