Search Criteria
Package Details: paperless-ngx-venv 2.13.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/paperless-ngx-venv.git (read-only, click to copy) |
---|---|
Package Base: | paperless-ngx-venv |
Description: | A supercharged version of paperless: scan, index and archive all your physical documents (version with bundled dependencies) |
Upstream URL: | https://docs.paperless-ngx.com/ |
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: | 27 |
Popularity: | 1.14 |
First Submitted: | 2024-11-02 15:19 (UTC) |
Last Updated: | 2024-11-28 09:30 (UTC) |
Dependencies (20)
- file (file-gitAUR)
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- nltk-data
- optipng
- python (python37AUR, python311AUR, python310AUR)
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, valkey)
- sqlite (sqlite-fossilAUR)
- tesseract-data-eng (tesseract-data-eng-gitAUR, tesseract-data-best-engAUR)
- ttf-liberation (ttf-defenestrationAUR)
- unpaper (unpaper-gitAUR)
- findutils (findutils-gitAUR, busybox-coreutilsAUR, findutils-selinuxAUR) (make)
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysqlAUR, mysql80AUR, mariadb-lts, percona-server) (make)
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR) (make)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR) (make)
- gotenbergAUR (gotenbergAUR) (optional) – convert files to pdf
- jbig2encAUR (jbig2encAUR, jbig2enc-gitAUR) (optional) – smaller PDF size
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysqlAUR, mysql80AUR, mariadb-lts, percona-server) (optional) – mariadb database
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR) (optional) – postgres database
- tika-serverAUR (tika-server-binAUR) (optional) – extract metadata from files
Required by (0)
Sources (12)
- https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.13.5/paperless-ngx-v2.13.5.tar.xz
- paperless-consumer.service
- paperless-scheduler.service
- paperless-task-queue.service
- paperless-webserver.service
- paperless.hook
- paperless.sysusers
- paperless.target
- paperless.tmpfiles
- requirements.patch
- whoosh-filters.patch
- whoosh-intraword.patch
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »
Tweety commented on 2023-05-14 16:45 (UTC) (edited on 2023-05-14 16:47 (UTC) by Tweety)
Hi amo,
thanks for the hint.
I would suggest to use the repo-update parameter additionally
yay -Sy $(pacman -Qoq /usr/lib/python3.10) --answerclean All
greez2all Tweety
amo commented on 2023-05-14 14:22 (UTC) (edited on 2023-06-18 15:39 (UTC) by amo)
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.atomicfs commented on 2023-05-13 18:39 (UTC) (edited on 2023-05-13 20:42 (UTC) by atomicfs)
UPDATE: Never-mind my issue, I found the problem. The dependencies (python packages) needed to be re-build it Python 3.11.
@dp20eic did installation of
python-concurrent-log-handler
worked? Right now there is a problem, see issue 58 with version ofpython-setuptools
.I have managed to patch it and do the installation, however now I am stuck on another issue:
dp20eic commented on 2023-05-08 15:47 (UTC)
Hi, I run Arch Linux in a Proxmox LXC container and I wanted to update the
Paperless-ngx
installed there, to the current version. The dependencies are also all installed witout problem only after the installation of the Paperless-ngx package, and processing:: Running post-transaction hooks...
(1/5) Creating system user accounts... (2/5) Reloading system manager configuration... (3/5) Creating temporary files... (4/5) Arming ConditionNeedsUpdate...
@ 5/5 I get this error and Papaerless, ofcourse not working anymore
The list of installed python packages
Could someone tell me whats going wrong?
With kind regards Bernd
amo commented on 2023-04-27 21:52 (UTC)
Thank you pipep. I don't know why python-wheel is even necessary, especially why only since now, but I'll add it to the dependencies I guess... pushing an updated package release in a minute.
pipep commented on 2023-04-27 19:43 (UTC) (edited on 2023-04-27 19:45 (UTC) by pipep)
Upgrading from 1.12.2 to 1.14.2 I get following errors:
If I install python-wheel, paperless-ngx upgrades fine.
amo commented on 2023-04-26 22:25 (UTC) (edited on 2023-04-27 11:47 (UTC) by amo)
Finally the update to 1.14.0 has been pushed and it should install just fine. A few dependencies got added, a few of which I also had to package first.
Note that python-billiard still needs to be downgraded to 3.6.4 until celery catches up... The next stable release of celery will include the compatibility fix for billiard 4 which has already been pusblished as pre-release a year ago
Tweety commented on 2023-04-01 08:11 (UTC)
@amo: thanks for the hint. I actually haven't thought about using AUR for the downgrade. But I also realized that there are a lot of mismatches between pip versions and pacman/AUR.
Besides I am waiting for the next version before I post an issue at github. My /tmp directory gets filled by ocrmypdf.io.### entries which are not cleaned up automatically. Docu says this behavior is when "-k" switch is used. But that doesn't seem to be the case. I ran into "disk out of space" problems system wide, until I used an additional timer script that checks and removes unaccessed paperless directories inside /tmp after 2h.
greez2all Tweety
amo commented on 2023-04-01 07:05 (UTC)
@Tweety: What pip did for you is downgrading billiard, which you are supposed to do anyway at the moment. The more consistent way of doing this is to use the
downgrade
AUR package instead of pip.Tweety commented on 2023-03-27 11:36 (UTC) (edited on 2023-03-27 12:15 (UTC) by Tweety)
Hi amo,
just to confirm lorner's comment regarding celery.
Had to "pip" manually before things started to run on a second installation (first one was ok without it).
Procedure to check and repair:
Hope that will be fixed in 1.13 :)
greez2all Tweety
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »