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…
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.