I am installing openzwave on Raspberry PI 3
I am working under the virtual environment homeassistant_venv
Installation of cython finished successfully.
Then I run:
$ git clone https://github.com/OpenZWave/python-openzwave.git
$ cd python-openzwave
$ git checkout python3
Then I got:
"Branch python3 set up to track remote branch python3 from origin. Switched to new branch ‘paython3’ "
I ignored it but when I run “$ PYTHON_EXEC=$(which python3) make build” I got an error "No module named ‘Cython’ "
I know that cython is installed. When I run “$cython -V” I get version 0.24.1
What am I doing wrong?
Thanks,
Ronen