I use the AUR package to install input-remapper on my Steam Deck (Arch based) (https://aur.archlinux.org/packages/input-remapper-git)
For the past year, I’ve been able to install it with the folllowing commands perfectly fine:
sudo pacman -Sy git base-devel
paru -S input-remapper-git --overwrite '*'
Ever since the new update today, the AUR install fails with the below messaging:
==> Starting build()...
Traceback (most recent call last):
File "/home/deck/.cache/paru/clone/input-remapper-git/src/input-remapper/setup.py", line 27, in
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'input-remapper-git-2.0.1.r0.ga012746a-1':
I’m not sure what’s now missing, but any suggestions are appreciated.
edit: Also - I went ahead and installed everything in the dependancies section of the PKGBUILD file, even though paru wasn’t prompting for me to install them. Despite this, I kept hitting new missing ModuleNotFoundErrors that continued, entil I hit one called jaraco which I couldn’t find a package for.
You must log in or register to comment.