(mein System: Debian GNU/Linux 11 (bullseye) mit Kernel: 5.10.0-18-amd64, also Standard-Stable-Installation.)
Möchte mich ein wenig mit Python beschäftigen und hab PythonVersion3: Python 3.9.2
bräuchte jetzt das Modul keyboard für:
Code: Alles auswählen
# python script
import keyboard
Code: Alles auswählen
$ pip install keyboard
Code: Alles auswählen
File "/usr/local/lib/python3.9/dist-packages/keyboard/_nixcommon.py", line 174, in ensure_root
raise ImportError('You must be root to use this library on linux.')
ImportError: You must be root to use this library on linux
wenn es möglich ist, bitte eine Lösung ohne sudo !