ImportError in python keyboard library

1.6k Views Asked by At

I need to use from Keyboard library in python. I installed with "sudo pip3 install keyboard" and if I do pip list keyboard appears. when I run the Programm, I have Error. Error is: "ImportError: you must be root to use this library on linux" Why is happening this?

0

There are 0 best solutions below