@polpoman Yep, fixed here too, thanks
Search Criteria
Package Details: hydrus 670-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hydrus.git (read-only, click to copy) |
|---|---|
| Package Base: | hydrus |
| Description: | Danbooru-like image tagging and searching system for the desktop |
| Upstream URL: | http://hydrusnetwork.github.io/hydrus/ |
| Licenses: | WTFPL |
| Conflicts: | hydrus-docs-dummy |
| Submitter: | Score_Under |
| Maintainer: | Score_Under (turtletowerz) |
| Last Packager: | turtletowerz |
| Votes: | 51 |
| Popularity: | 0.97 |
| First Submitted: | 2015-02-28 18:11 (UTC) |
| Last Updated: | 2026-04-30 01:09 (UTC) |
Dependencies (41)
- emoji-font (noto-fonts-emoji-flagsAUR, noto-fonts-emoji-gitAUR, noto-fonts-emoji-blobAUR, noto-fonts-emoji-flag-gitAUR, ttf-mutant-emojiAUR, ttf-twemoji-color-gitAUR, ttf-twemoji-colorAUR, ttf-twemoji-gitAUR, ttf-noto-emoji-monochromeAUR, ttf-ms-win11-autoAUR, noto-fonts-emoji-colrv1AUR, ttf-unifontAUR, otf-twemoji-colrv0AUR, ttf-twemoji-colrv0AUR, otf-twemoji-colrv1AUR, ttf-twemoji-colrv1AUR, ttf-twemoji-cbdtAUR, otf-twemoji-allAUR, ttf-twemojiAUR, twemoji-mozilla-fontconfigAUR, ttf-fluent-emojiAUR, ttf-blobmoji2AUR, ttf-joypixelsAUR, otf-unifontAUR, ttf-ms-win11-baseAUR, ttf-whatsapp-emojiAUR, ttf-ms-win11AUR, ttf-ms-win11-auto-localAUR, ttf-apple-emojiAUR, noto-fonts-emoji)
- pyside6
- python
- python-beautifulsoup4
- python-html5lib (python-html5lib-gitAUR)
- python-lxml
- python-lz4
- python-mpv (python-mpv-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-opencv (python-opencv-cuda)
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-psutil
- python-pysocks
- python-qtpy (python-qtpy-gitAUR)
- python-requests
- python-send2trash
- python-service-identity
- python-twisted
- python-urllib3
- python-yaml (python-yaml-gitAUR)
- Show 21 more dependencies...
Required by (3)
- hydownloader (optional)
- hydownloader-git (optional)
- hydownloader-systray-git (optional)
Sources (5)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 15 Next › Last »
Kirtai commented on 2023-11-10 20:16 (UTC)
polpoman commented on 2023-11-10 14:18 (UTC)
@Kirtai new python-pillow update has just dropped. That update fixes it for me
Kirtai commented on 2023-11-09 23:04 (UTC)
Latest update gives this error.
hydrus-client
v551, 2023/11/09 23:01:38: hydrus client started
v551, 2023/11/09 23:01:38: hydrus client failed
v551, 2023/11/09 23:01:38: Traceback (most recent call last):
File "/opt/hydrus/hydrus/hydrus_client_boot.py", line 244, in boot
from hydrus.client import ClientController
File "/opt/hydrus/hydrus/client/ClientController.py", line 34, in <module>
from hydrus.client import ClientDownloading
File "/opt/hydrus/hydrus/client/ClientDownloading.py", line 14, in <module>
from hydrus.client.importing import ClientImportFiles
File "/opt/hydrus/hydrus/client/importing/ClientImportFiles.py", line 2, in <module>
from hydrus.core import HydrusPSDHandling
File "/opt/hydrus/hydrus/core/HydrusPSDHandling.py", line 4, in <module>
from PIL import Image as PILImage
File "/usr/lib/python3.11/site-packages/PIL/Image.py", line 82, in <module>
from . import _imaging as core
ImportError: libimagequant.so.0: cannot open shared object file: No such file or directory
v551, 2023/11/09 23:01:38: hydrus client shut down
Yes, python-pillow and libimagequant are up to date.
Score_Under commented on 2023-09-21 19:33 (UTC)
@polpoman, the avif thing will just need installing as any other package, however there is currently no AUR package for it unfortunately.
The PDF thing is apparently part of qt6-webengine, so you may need to install that first. I'll put it in the opt-deps.
polpoman commented on 2023-09-21 19:30 (UTC) (edited on 2023-09-21 19:32 (UTC) by polpoman)
Also is this a normal error? Is there a way to make the import work?
v544, 2023/09/21 15:14:32: If this information helps, QtPdf failed to import because:
v544, 2023/09/21 15:14:32: Traceback (most recent call last):
File "/opt/hydrus/hydrus/client/ClientPDFHandling.py", line 9, in <module>
from qtpy import QtPdf
File "/usr/lib/python3.11/site-packages/qtpy/QtPdf.py", line 22, in <module>
from PyQt6.QtPdf import *
ImportError: libQt6Pdf.so.6: cannot open shared object file: No such file or directory
polpoman commented on 2023-09-21 14:14 (UTC) (edited on 2023-09-21 14:15 (UTC) by polpoman)
Hydrus gives me this message, when importing avif files.
"Sorry, you need the pillow-heif library to support this filetype (avif)! Please rebuild your venv."
How do I do that? I have downloaded the setup_venv.sh from the project github, but where should I execute it? I can't find the venv folder that the AUR install uses.
Score_Under commented on 2023-08-17 00:24 (UTC)
Since missing offline docs now no longer triggers any serious issues with the context help system, I've removed the hard dependency on doc files of some sort being present in the hydrus directory and as a consequence have deprecated the dummy docs package. So don't worry about that going: the hydrus and hydrus-docs packages are now separate from each other and the default experience the average user gets if they forget to install the docs is acceptable and no longer simply looks like a bug in hydrus or the package.
simona commented on 2023-08-10 10:16 (UTC)
I tryied the script. Anymore now yay install hydrus with no problem. Thx.
ardency commented on 2023-07-24 12:04 (UTC)
I had a similar issue as to simona, but with building the hydrus-docs dependency; ModuleNotFound RE: python-mergedeep. Indeed, the issue was with its AUR-bared python dependencies not having rebuilt for Python 3.11. However, not only did I have to remove downstream Python dependencies built from AUR, but also clear the build and package cache to force a clean build on re-install.
Score_Under commented on 2023-07-14 17:02 (UTC)
Simona, please run this script and reinstall any AUR packages it mentions: https://gist.github.com/ScoreUnder/9c2129c2546db2c16b069287cc54a128
Pinned Comments
turtletowerz commented on 2025-02-05 23:14 (UTC)
The AUR package for JpegXL support is outdated and does not build. If you need JpegXL support, follow the instructions in the comment I posted to update the PKGBUILD.