@dp20eic: You are somehow missing the python-concurrent-log-handler package. I guess you do have it installed because it is listed as a dependency for paperless-ngx. But you could have it installed in /usr/lib/python3.10/
instead of 3.11. This could happen even after a rebuild of everything python-related if the build for this one package failed. And it could indeed have failed due to something that had to be fixed upstream. The comment by @atomicfs pointed this out right after your last comment here.
Anyway, a new release of concurrent-log-handler
has just been published upstream including the fix in question and I just pushed the update to the AUR. Please try to update python-concurrent-log-handler
and hopefully your issue should be fixed, too.
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 :)