@ExpandingMan I also had the problem of having many test errors during installing papis via yay
. I guess it could be related to recent python 3.12.3 update in archlinux repo. After python major update, all python AUR packages has to be rebuilt.
Try yay -S --rebuildtree papis
. (I don't know why --rebuildtree
doesn't work on my machine. So, I first yay -Rs papis
to remove papis and its dependencies, assuming no other package depends those dependencies, clear cache by yay -Sc
and install them back by yay -S papis
. This works for me.)
Edit: add a step to clean cache
Pinned Comments