Open bschatz opened 10 months ago
Can you ensure you have installed pyusb & python-uinput. You can use pip list|grep py
.
You should see something like this:
...
python-uinput 0.11.2
...
pyusb 1.2.1
...
If you don't see it here try to install it:
sudo apt install python3-uinput python-usb
After installing the required dependencies you should be able to run the install script with no errors. Please also use the newest version!
Describe the bug Installer script prints out error:
The error comes from the line
pip install -e ./
in the installer.sh script.Journalctl shows error
env[35229]: /usr/bin/env: „g910-gkeys“: Datei oder Verzeichnis nicht gefunden
--> File not found.
To Reproduce run ./installer.sh
Expected behavior no error, g910-gkeys is found by service
Screenshots
Additional info
as a systemd user service
does not exist
Does not exist. Use origin config.json, located in
~/.config/g910-gkeys/config.json
Desktop (please complete the following information):
Additional context Add any other context about the problem here.