Need help, I'm getting error when I try to install this script keyboard chattering

Harry_Houdini@lemmy.dbzer0.com to Linux@lemmy.ml – 16 points –

Is there any way to fix this issue, Or any other method to fix the chattering issue on Ubuntu. I tried bounce key - not quite good.

Hereist the git hub repo: https://github.com/finkrer/KeyboardChatteringFix-Linux

12

You are viewing a single comment

You need to install Python package dependencies. pip install -r requirements.txt is the simplest way to do it, but that unfortunately installs the packages globally. May be wise to use a virtual environment.

Would pip install --user -r requirements.txt not be OK, too? I understand it's not as isolated as a virtual environment, but it's easy.

It needs to be installed globally or as root, as the script runs under root. Pip does not like being run with different permissions or as different users not at all tho.