Open guettli opened 9 months ago
Same issue for me , seems like during installation input remapper is not copying to python libs.
See following snippet from systemctl status input-remapper.service:
Feb 13 13:45:56 adrian-desktop systemd[1]: Starting Service to inject keycodes without the GUI application... Feb 13 13:45:56 adrian-desktop input-remapper-service[110579]: Traceback (most recent call last): Feb 13 13:45:56 adrian-desktop input-remapper-service[110579]: File "/usr/bin/input-remapper-service", line 28, in
Feb 13 13:45:56 adrian-desktop input-remapper-service[110579]: from inputremapper.logger import update_verbosity, log_info Feb 13 13:45:56 adrian-desktop input-remapper-service[110579]: ModuleNotFoundError: No module named 'inputremapper' Feb 13 13:45:56 adrian-desktop systemd[1]: input-remapper.service: Main process exited, code=exited, status=1/FAILURE Feb 13 13:45:56 adrian-desktop systemd[1]: input-remapper.service: Failed with result 'exit-code'. Feb 13 13:45:56 adrian-desktop systemd[1]: Failed to start Service to inject keycodes without the GUI application.
I'm having the same issue :(
Btw, I managed to solve it on my en a while back, my problem was that when I installed conda the python binaries got remapped which broke a lot of python based packages, have a look at your $PATH, maybe that will help :)
I install like explained in the readme on ubuntu 22.04:
I am unsure now: Is it safe to ignore these "No such file or directory" errors?