I have changed the way python dependencies are installed (suggestion by @FabioLolix). TL;DR: The way I did it before was not correct and would create python library conflicts with pacman.
As a side effect, some users that have installed this package before the change might have an error saying "<file> exists in filesystem". In this case you will need to UNINSTALL THE LIBRARIES yourself: sudo pip uninstall pyzmq evdev
.
Now the installation should work just fine.
Pinned Comments
Margual56 commented on 2022-11-17 19:39 (UTC)
I have changed the way python dependencies are installed (suggestion by @FabioLolix). TL;DR: The way I did it before was not correct and would create python library conflicts with pacman.
As a side effect, some users that have installed this package before the change might have an error saying "<file> exists in filesystem". In this case you will need to UNINSTALL THE LIBRARIES yourself:
sudo pip uninstall pyzmq evdev
.Now the installation should work just fine.