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?
Asked
Active
Viewed 1,236 times
0
-
https://stackoverflow.com/questions/48796147/import-error-you-must-be-root – darth baba Aug 05 '21 at 09:34
-
Does this answer your question? [Import error: you must be root](https://stackoverflow.com/questions/48796147/import-error-you-must-be-root) – Educorreia Aug 05 '21 at 10:50