Package Details: paperless-ngx-venv 2.16.3-1

Git Clone URL: https://aur.archlinux.org/paperless-ngx-venv.git (read-only, click to copy)
Package Base: paperless-ngx-venv
Description: paperless-ngx: scan, index and archive all your physical documents
Upstream URL: https://docs.paperless-ngx.com/
Keywords: documents paperless
Licenses: GPL-3.0-or-later
Conflicts: paperless, paperless-ng, paperless-ngx
Provides: paperless, paperless-ngx-venv
Replaces: paperless-ngx
Submitter: AlphaJack
Maintainer: AlphaJack (atomicfs, shtrophic)
Last Packager: shtrophic
Votes: 29
Popularity: 0.94
First Submitted: 2024-11-02 15:19 (UTC)
Last Updated: 2025-06-06 13:35 (UTC)

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 of redis that is available on your system as the Requires= dependency in *.service. This way, anyone can use their favorite fork of it. Keep in mind that upstream does not explicitly say that forks of redis work as well, and this further makes the built paperless-ngx-venv package non-portable. Happy experimenting :)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

npreining commented on 2025-05-25 09:34 (UTC)

❯ pacman -Q | grep paperless
paperless-ngx-venv 2.16.2-1

❯ pacman -Qo $(sudo -u paperless which paperless-manage)
[sudo] password for norbert: 
/usr/bin/paperless-manage is owned by paperless-ngx-venv 2.16.2-1

AlD commented on 2025-05-25 09:12 (UTC)

Output of

$ pacman -Q | grep paperless
$ pacman -Qo $(sudo -u paperless which paperless-manage)

could be interesting.

npreining commented on 2025-05-25 09:07 (UTC)

Thanks for your comment - that worked:

❯ bash -c "source /usr/lib/paperless/bin/activate && python -c 'import django'" && echo success
success

Do I need to activate the env for the sudo run, too?

shtrophic commented on 2025-05-25 08:18 (UTC) (edited on 2025-05-25 08:18 (UTC) by shtrophic)

@npreining: cannot replicate. what's the output of:

bash -c "source /usr/lib/paperless/bin/activate && python -c 'import django'" && echo success

npreining commented on 2025-05-24 21:39 (UTC)

I would like to try this out, but the guidance given during installation:

To complete the update process of paperless, you should run new migrations with

    sudo -u paperless paperless-manage migrate

does simply not work:

sudo -u paperless paperless-manage migrate
Traceback (most recent call last):
  File "/usr/share/paperless/src/manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'

What is missing here?

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 of redis that is available on your system as the Requires= dependency in *.service. This way, anyone can use their favorite fork of it. Keep in mind that upstream does not explicitly say that forks of redis work as well, and this further makes the built paperless-ngx-venv package non-portable. Happy experimenting :)

xnmbyy commented on 2025-04-13 16:38 (UTC)

Hi,

Thanks for the good work! The redis in Extra repo has been replaced by valkey. Could you change "Requires=redis.service" to "Requires=valkey.service"? Thank you!

vianney commented on 2025-03-06 20:33 (UTC)

Hi there,

I can confirm extra/ghostscript should be added as a dependency, so should extra/poppler I believe: this one contains pdftotext which, if not present, causes errors to be thrown (but do not prevent pdf files to then be processed with ocr).

luziferius commented on 2025-03-01 11:56 (UTC)

FYI: The project recently switched the used webserver (https://github.com/paperless-ngx/paperless-ngx/pull/9218) from gunicorn to granian (https://pypi.org/project/granian) So 2.15 will likely require some larger fixes for the PKGBUILD. They do provide aarch64 and x86_64 wheels though, so it won't require a rust compiler as a make dependency.