Don't forget to rebuild all your python packages so that they get installed to /usr/lib/python3.11/
You can trigger a rebuild of all python packages at once with: yay -S $(pacman -Qoq /usr/lib/python3.10) --answerclean All
Also do not forget to rebuild python-billiard
with python 3.11 by following the steps kindly given by @atomicfs below.
Pinned Comments
shtrophic commented on 2025-04-14 20:22 (UTC) (edited on 2025-04-14 20:32 (UTC) by shtrophic)
For people not using
redis
: there is now an "automated patching mechanism" that will instead use the next best fork ofredis
that is available on your system as theRequires=
dependency in*.service
. This way, anyone can use their favorite fork of it. Keep in mind that upstream does not explicitly say that forks ofredis
work as well, and this further makes the builtpaperless-ngx-venv
package non-portable. Happy experimenting :)