sezanzeb / input-remapper

🎮 ⌨ An easy to use tool to change the behaviour of your input devices.
GNU General Public License v3.0
3.89k stars 161 forks source link

Error messages during installation. #839

Open guettli opened 9 months ago

guettli commented 9 months ago

I install like explained in the readme on ubuntu 22.04:

...cd input-remapper && ./scripts/build.sh

...
Copying input_remapper.egg-info to build/deb/home/linuxbrew/.linuxbrew/lib/python3.11/site-packages/input_remapper-2.0.1-py3.11.egg-info
running install_scripts
mv: cannot stat 'build/deb/usr/local/lib/python3.*/': No such file or directory
rm: cannot remove 'dist/input-remapper-2.0.1.deb': No such file or directory
dpkg-deb: building package 'input-remapper' in 'dist/input-remapper-2.0.1.deb'.

I am unsure now: Is it safe to ignore these "No such file or directory" errors?

adrian-gralak95 commented 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.

audreylandgrave commented 6 months ago

I'm having the same issue :(

adrian-gralak95 commented 6 months ago

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 :)