





















@serenity @Felixoid Thanks for your feedback, fixed it.
Here's the patch to fix the package:
> git diff
diff --git a/.SRCINFO b/.SRCINFO
index e95a379..ebb8556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = input-remapper-bin
pkgdesc = A tool to change and program the mapping of your input device buttons.(Prebuilt version)
pkgver = 2.2.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/sezanzeb/input-remapper/
arch = x86_64
license = GPL-3.0-only
diff --git a/PKGBUILD b/PKGBUILD
index ba97afa..3104060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=input-remapper-bin
pkgver=2.2.0
-pkgrel=4
-_pythonver=3.13
+pkgrel=5
+_pythonver=3.14
pkgdesc="A tool to change and program the mapping of your input device buttons.(Prebuilt version)"
arch=('x86_64')
url="https://github.com/sezanzeb/input-remapper/"
❯ input-remapper-gtk
Traceback (most recent call last):
File "/usr/bin/input-remapper-gtk", line 23, in <module>
from inputremapper.bin.input_remapper_gtk import InputRemapperGtkBin
ModuleNotFoundError: No module named 'inputremapper'
input-remapper-gtk 2.2.0 0e1e0be9539e097e637cde947c9194eb8d43fd22 https://github.com/sezanzeb/input-remapper
python-evdev 1.9.2
Traceback (most recent call last):
File "/usr/bin/input-remapper-control", line 26, in <module>
from inputremapper.bin.input_remapper_control import InputRemapperControlBin
ModuleNotFoundError: No module named 'inputremapper.bin'
ERROR: Failed to pkexec the reader-service, code 256
@nich23 Maybe you can give feedback to the upstream and generate the deb package of aarch64.
I have the Aarch64 architecture. Is it possible to get a build for it?
@zxp19821005 I just tried, I can confirm is working now! Thanks...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: input-remapper-bin 2.2.0-4 (Thu 11 Dec 2025 09:31:35 AM -04)
==> Cleaning up...
=>> Select packages to install
1> input-remapper-bin
2> input-remapper-bin-debug
Install : 1
:: Pacman command: /usr/bin/sudo /usr/bin/pacman /home/dguerra/.config/trizen/sources/input-remapper-bin/input-remapper-bin-2.2.0-4-x86_64.pkg.tar.zst -U
Place your finger on the fingerprint reader
loading packages...
resolving dependencies...
looking for conflicting packages...
Packages (1) input-remapper-bin-2.2.0-4
Total Installed Size: 0.96 MiB
Net Upgrade Size: -0.60 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [############################################] 100%
(1/1) checking package integrity [############################################] 100%
(1/1) loading package files [############################################] 100%
(1/1) checking for file conflicts [############################################] 100%
(1/1) checking available disk space [############################################] 100%
:: Processing package changes...
(1/1) upgrading input-remapper-bin [############################################] 100%
:: Running post-transaction hooks...
(1/7) Reloading system manager configuration...
(2/7) Restarting marked services...
(3/7) Reloading device manager configuration...
(4/7) Arming ConditionNeedsUpdate...
(5/7) Reloading system bus configuration...
(6/7) Updating icon theme caches...
(7/7) Updating the desktop file MIME type cache...
[dguerra@archlinux ~]$
@davidgxxl Can you try again ? I've deleted all the tempfiles like *.pyc.
Same bug than @YuriSakura
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
I am still getting the import error.