- Edited
I installed Solus Plasma on my new PC a few minutes ago and I'm trying to install this now:
https://github.com/albertz/mouse-scroll-wheel-acceleration-userspace
I have installed it many times on Debian/Ubuntu based distros with no problems.
According the instructions one should do:
pip install -r requirements.txt
which failed because it was trying to use Python2 I think.
So I changed it to:
pip3 install -r requirements.txt
Now I get the following error which I haven't been able to solve:
ERROR: Failed building wheel for evdev
See attached screenshot.
Any help would be greatly appreciated as that 'addon' really makes the mousewheel experience so much better on Linux.