Search Criteria
Package Details: calibre-web 0.6.23-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/calibre-web.git (read-only, click to copy) |
---|---|
Package Base: | calibre-web |
Description: | Web app for browsing, reading and downloading eBooks stored in a Calibre database |
Upstream URL: | https://github.com/janeczku/calibre-web |
Licenses: | GPL3 |
Provides: | calibre-web |
Submitter: | fryfrog |
Maintainer: | fryfrog (plenaerts) |
Last Packager: | fryfrog |
Votes: | 2 |
Popularity: | 0.000012 |
First Submitted: | 2021-11-29 04:13 (UTC) |
Last Updated: | 2024-08-05 17:53 (UTC) |
Dependencies (28)
- python (python37AUR, python311AUR, python310AUR)
- python-advocateAUR
- python-apschedulerAUR
- python-babel
- python-bleach
- python-blinker
- python-chardet
- python-cryptography
- python-flask (python-flask-gitAUR)
- python-flask-babel
- python-flask-httpauthAUR
- python-flask-limiterAUR
- python-flask-login
- python-flask-principal
- python-flask-wtf
- python-iso639AUR
- python-lxml
- python-magic (python-magic-gitAUR)
- python-pycountry
- python-pypdf
- python-pytz
- python-regex (python-regex-gitAUR)
- python-requests
- python-sqlalchemy (python-sqlalchemy1.3AUR, python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-tornado
- python-unidecode
- python-wand
- python-jsonschema (optional) – kobo sync support
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
luciferin commented on 2024-05-25 12:17 (UTC) (edited on 2024-05-25 12:33 (UTC) by luciferin)
Is anyone else seeing these errors after the python3.12 upgrade?
[edit] disregard, I had an outdated version of python-pyzstd provided by the x86-64-v3 repo I was using.
fryfrog commented on 2024-05-24 16:33 (UTC)
@cotsuka: Yours says pypdf and sqlalchemy are missing, but they are depends already, maybe you need to rebuild them? Arch doesn't really have a way to use older versions in a reasonable way. Maybe a Docker image makes more sense?
cotsuka commented on 2024-05-24 14:29 (UTC)
I'm starting to see errors editing the "Description" metadata on certain books/PDFs. If I ensure dependencies are properly installed with their version constraints, then this seems to go away. Here's what I'm seeing in the logs:
fryfrog commented on 2024-02-13 17:45 (UTC)
@latipun, thanks for the report. Added!
latipun commented on 2024-02-13 14:22 (UTC)
Missing
python-chardet
dependency.zynex commented on 2023-07-03 12:07 (UTC) (edited on 2023-07-03 12:10 (UTC) by zynex)
Something weird happened when I just upgraded the package. The service file was masked, and unable to unmask it. When i tried query the files from the package (pacman -Ql callibre-web), it was empty? Trying reinstalling it told me files already existed?
[EDIT] Fixed, issuing pikaur -S calibre-web --overwrite=* resolved it.
disastro commented on 2023-06-28 08:37 (UTC)
Missing python-cryptography dependency
plenaerts commented on 2023-05-15 16:06 (UTC)
Yes, it's basically ... this : https://wiki.archlinux.org/title/Python#Module_not_found_after_Python_version_update
And someone seems to have written a script to output a dependency tree if you have custom built dependencies in your installed AUR packages :-) https://bbs.archlinux.org/viewtopic.php?id=261309
zynex commented on 2023-05-05 22:28 (UTC) (edited on 2023-05-05 22:29 (UTC) by zynex)
@fryfrog That fixed it!
For others that run into same issue, create a text file with all dependencies and install it from that list. That will force a reinstallation of all packages. I my case;
pikaur -S - < list
.fryfrog commented on 2023-05-05 17:03 (UTC)
I would try clean rebuilding every aur python dep of this package.
« First ‹ Previous 1 2 3 4 5 Next › Last »