We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, i clone it into default terminal directory, the alt+ctrl+T terminal that is then i do sudo make install, or make install
pip3 install -r requirements.txt Requirement already satisfied: evdev==1.3.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (1.3.0) Collecting watchdog==0.10.3 Downloading watchdog-0.10.3.tar.gz (94 kB) |████████████████████████████████| 94 kB 833 kB/s Collecting pathtools>=0.1.1 Downloading pathtools-0.1.2.tar.gz (11 kB) Building wheels for collected packages: watchdog, pathtools Building wheel for watchdog (setup.py) ... done Created wheel for watchdog: filename=watchdog-0.10.3-py3-none-any.whl size=73871 sha256=79c7b65abcd73a5621d3a20aec0ea18d8d6cd21357e89ea7639434387c467392 Stored in directory: /root/.cache/pip/wheels/f8/39/45/b80612a24e42d9de0bd5eaf69eaf953edc25e1a9809d3d989f Building wheel for pathtools (setup.py) ... done Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8784 sha256=9e99e73754a2091a3109ae49d57f9457cdcbec03a025da5dad0142dc470fc2e9 Stored in directory: /root/.cache/pip/wheels/4c/8e/7e/72fbc243e1aeecae64a96875432e70d4e92f3d2d18123be004 Successfully built watchdog pathtools Installing collected packages: pathtools, watchdog Successfully installed pathtools-0.1.2 watchdog-0.10.3 ratbagctl "Logitech Gaming Mouse G600" profile 0 button 5 action set macro KEY_P ratbagctl "Logitech Gaming Mouse G600" profile 0 button 6 action set macro KEY_N ratbagctl "Logitech Gaming Mouse G600" profile 0 button 7 action set macro KEY_M ratbagctl "Logitech Gaming Mouse G600" profile 0 button 8 action set macro KEY_A ratbagctl "Logitech Gaming Mouse G600" profile 0 button 9 action set macro KEY_B ratbagctl "Logitech Gaming Mouse G600" profile 0 button 10 action set macro KEY_C ratbagctl "Logitech Gaming Mouse G600" profile 0 button 11 action set macro KEY_D ratbagctl "Logitech Gaming Mouse G600" profile 0 button 12 action set macro KEY_E ratbagctl "Logitech Gaming Mouse G600" profile 0 button 13 action set macro KEY_F ratbagctl "Logitech Gaming Mouse G600" profile 0 button 14 action set macro KEY_G ratbagctl "Logitech Gaming Mouse G600" profile 0 button 15 action set macro KEY_H ratbagctl "Logitech Gaming Mouse G600" profile 0 button 16 action set macro KEY_I ratbagctl "Logitech Gaming Mouse G600" profile 0 button 17 action set macro KEY_J ratbagctl "Logitech Gaming Mouse G600" profile 0 button 18 action set macro KEY_K ratbagctl "Logitech Gaming Mouse G600" profile 0 button 19 action set macro KEY_L xinput disable .*" | grep -Po "(?<=id=)\d+") /bin/sh: 1: Syntax error: "(" unexpected make: *** [makefile:19: install] Error 2 eldra-fishy@eldrafishy-Aspire-A515-52G:~/logitech-g600-py$ ^C eldra-fishy@eldrafishy-Aspire-A515-52G:~/logitech-g600-py$ sudo make install pip3 install -r requirements.txt Requirement already satisfied: evdev==1.3.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (1.3.0) Requirement already satisfied: watchdog==0.10.3 in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 2)) (0.10.3) Requirement already satisfied: pathtools>=0.1.1 in /usr/local/lib/python3.8/dist-packages (from watchdog==0.10.3->-r requirements.txt (line 2)) (0.1.2) ratbagctl "Logitech Gaming Mouse G600" profile 0 button 5 action set macro KEY_P ratbagctl "Logitech Gaming Mouse G600" profile 0 button 6 action set macro KEY_N ratbagctl "Logitech Gaming Mouse G600" profile 0 button 7 action set macro KEY_M ratbagctl "Logitech Gaming Mouse G600" profile 0 button 8 action set macro KEY_A ratbagctl "Logitech Gaming Mouse G600" profile 0 button 9 action set macro KEY_B ratbagctl "Logitech Gaming Mouse G600" profile 0 button 10 action set macro KEY_C ratbagctl "Logitech Gaming Mouse G600" profile 0 button 11 action set macro KEY_D ratbagctl "Logitech Gaming Mouse G600" profile 0 button 12 action set macro KEY_E ratbagctl "Logitech Gaming Mouse G600" profile 0 button 13 action set macro KEY_F ratbagctl "Logitech Gaming Mouse G600" profile 0 button 14 action set macro KEY_G ratbagctl "Logitech Gaming Mouse G600" profile 0 button 15 action set macro KEY_H ratbagctl "Logitech Gaming Mouse G600" profile 0 button 16 action set macro KEY_I ratbagctl "Logitech Gaming Mouse G600" profile 0 button 17 action set macro KEY_J ratbagctl "Logitech Gaming Mouse G600" profile 0 button 18 action set macro KEY_K ratbagctl "Logitech Gaming Mouse G600" profile 0 button 19 action set macro KEY_L xinput disable .*" | grep -Po "(?<=id=)\d+") /bin/sh: 1: Syntax error: "(" unexpected make: *** [makefile:19: install] Error 2
This is the error i get , error 2
the g600.service directory in the etc, systemd, system isn't there, so something must have fone wrong
Would be forever grateful for help with this as i literally own three of these mice and i desperately need to get it to work
Thanks, - Eldra
The text was updated successfully, but these errors were encountered:
I have the same problem. Were you able to solve it?
Sorry, something went wrong.
No branches or pull requests
Hey, i clone it into default terminal directory, the alt+ctrl+T terminal that is
then i do sudo make install, or make install
pip3 install -r requirements.txt Requirement already satisfied: evdev==1.3.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (1.3.0) Collecting watchdog==0.10.3 Downloading watchdog-0.10.3.tar.gz (94 kB) |████████████████████████████████| 94 kB 833 kB/s Collecting pathtools>=0.1.1 Downloading pathtools-0.1.2.tar.gz (11 kB) Building wheels for collected packages: watchdog, pathtools Building wheel for watchdog (setup.py) ... done Created wheel for watchdog: filename=watchdog-0.10.3-py3-none-any.whl size=73871 sha256=79c7b65abcd73a5621d3a20aec0ea18d8d6cd21357e89ea7639434387c467392 Stored in directory: /root/.cache/pip/wheels/f8/39/45/b80612a24e42d9de0bd5eaf69eaf953edc25e1a9809d3d989f Building wheel for pathtools (setup.py) ... done Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8784 sha256=9e99e73754a2091a3109ae49d57f9457cdcbec03a025da5dad0142dc470fc2e9 Stored in directory: /root/.cache/pip/wheels/4c/8e/7e/72fbc243e1aeecae64a96875432e70d4e92f3d2d18123be004 Successfully built watchdog pathtools Installing collected packages: pathtools, watchdog Successfully installed pathtools-0.1.2 watchdog-0.10.3 ratbagctl "Logitech Gaming Mouse G600" profile 0 button 5 action set macro KEY_P ratbagctl "Logitech Gaming Mouse G600" profile 0 button 6 action set macro KEY_N ratbagctl "Logitech Gaming Mouse G600" profile 0 button 7 action set macro KEY_M ratbagctl "Logitech Gaming Mouse G600" profile 0 button 8 action set macro KEY_A ratbagctl "Logitech Gaming Mouse G600" profile 0 button 9 action set macro KEY_B ratbagctl "Logitech Gaming Mouse G600" profile 0 button 10 action set macro KEY_C ratbagctl "Logitech Gaming Mouse G600" profile 0 button 11 action set macro KEY_D ratbagctl "Logitech Gaming Mouse G600" profile 0 button 12 action set macro KEY_E ratbagctl "Logitech Gaming Mouse G600" profile 0 button 13 action set macro KEY_F ratbagctl "Logitech Gaming Mouse G600" profile 0 button 14 action set macro KEY_G ratbagctl "Logitech Gaming Mouse G600" profile 0 button 15 action set macro KEY_H ratbagctl "Logitech Gaming Mouse G600" profile 0 button 16 action set macro KEY_I ratbagctl "Logitech Gaming Mouse G600" profile 0 button 17 action set macro KEY_J ratbagctl "Logitech Gaming Mouse G600" profile 0 button 18 action set macro KEY_K ratbagctl "Logitech Gaming Mouse G600" profile 0 button 19 action set macro KEY_L xinput disable .*" | grep -Po "(?<=id=)\d+") /bin/sh: 1: Syntax error: "(" unexpected make: *** [makefile:19: install] Error 2 eldra-fishy@eldrafishy-Aspire-A515-52G:~/logitech-g600-py$ ^C eldra-fishy@eldrafishy-Aspire-A515-52G:~/logitech-g600-py$ sudo make install pip3 install -r requirements.txt Requirement already satisfied: evdev==1.3.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (1.3.0) Requirement already satisfied: watchdog==0.10.3 in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 2)) (0.10.3) Requirement already satisfied: pathtools>=0.1.1 in /usr/local/lib/python3.8/dist-packages (from watchdog==0.10.3->-r requirements.txt (line 2)) (0.1.2) ratbagctl "Logitech Gaming Mouse G600" profile 0 button 5 action set macro KEY_P ratbagctl "Logitech Gaming Mouse G600" profile 0 button 6 action set macro KEY_N ratbagctl "Logitech Gaming Mouse G600" profile 0 button 7 action set macro KEY_M ratbagctl "Logitech Gaming Mouse G600" profile 0 button 8 action set macro KEY_A ratbagctl "Logitech Gaming Mouse G600" profile 0 button 9 action set macro KEY_B ratbagctl "Logitech Gaming Mouse G600" profile 0 button 10 action set macro KEY_C ratbagctl "Logitech Gaming Mouse G600" profile 0 button 11 action set macro KEY_D ratbagctl "Logitech Gaming Mouse G600" profile 0 button 12 action set macro KEY_E ratbagctl "Logitech Gaming Mouse G600" profile 0 button 13 action set macro KEY_F ratbagctl "Logitech Gaming Mouse G600" profile 0 button 14 action set macro KEY_G ratbagctl "Logitech Gaming Mouse G600" profile 0 button 15 action set macro KEY_H ratbagctl "Logitech Gaming Mouse G600" profile 0 button 16 action set macro KEY_I ratbagctl "Logitech Gaming Mouse G600" profile 0 button 17 action set macro KEY_J ratbagctl "Logitech Gaming Mouse G600" profile 0 button 18 action set macro KEY_K ratbagctl "Logitech Gaming Mouse G600" profile 0 button 19 action set macro KEY_L xinput disable .*" | grep -Po "(?<=id=)\d+") /bin/sh: 1: Syntax error: "(" unexpected make: *** [makefile:19: install] Error 2
This is the error i get , error 2
the g600.service directory in the etc, systemd, system isn't there, so something must have fone wrong
Would be forever grateful for help with this as i literally own three of these mice and i desperately need to get it to work
Thanks, - Eldra
The text was updated successfully, but these errors were encountered: