Search Criteria
Package Details: hydrus 601-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: | custom |
Conflicts: | hydrus-docs-dummy |
Submitter: | Score_Under |
Maintainer: | Score_Under |
Last Packager: | Score_Under |
Votes: | 40 |
Popularity: | 0.89 |
First Submitted: | 2015-02-28 18:11 (UTC) |
Last Updated: | 2024-12-04 21:42 (UTC) |
Dependencies (40)
- emoji-font (noto-fonts-emoji-flagsAUR, noto-fonts-emoji-gitAUR, noto-fonts-emoji-blobAUR, noto-fonts-emoji-flag-gitAUR, ttf-mutant-emojiAUR, ttf-blobmojiAUR, ttf-twemojiAUR, ttf-apple-emojiAUR, ttf-twemoji-color-gitAUR, ttf-whatsapp-emojiAUR, ttf-twemoji-colorAUR, ttf-noto-emoji-monochromeAUR, ttf-twemoji-gitAUR, ttf-ms-win11-autoAUR, otf-unifontAUR, ttf-unifontAUR, ttf-ms-win11AUR, noto-fonts-emoji, ttf-joypixels)
- pyside6
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-html5lib (python-html5lib-gitAUR)
- python-lxml
- python-lz4
- python-mpv (python-mpv-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-opencv (python-opencv-cuda)
- python-pillow (python-pillow-gitAUR)
- python-psutil
- python-pysocks
- python-qtpy (python-qtpy-gitAUR)
- python-requests
- python-send2trash
- python-service-identity
- python-twisted
- python-typing_extensions
- python-urllib3
- python-yaml (python-yaml-gitAUR)
- qt6-multimedia
- qt6-svg
- git (git-gitAUR, git-glAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (optional) – to add Hydrus to your desktop environment menus
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR) (optional) – show duration and other information on video thumbnails
- hydrus-docsAUR (hydrus-gitAUR) (optional) – offline documentation
- miniupnpc (miniupnpc-gitAUR) (optional) – automatic port forwarding
- python-cbor2 (optional) – cbor support in client-server communication
- python-chardet (optional) – detect text encoding more accurately
- python-cloudscraperAUR (python-cloudscraper-gitAUR) (optional) – bypass cloudflare "checking your browser" challenges
- python-cryptography (optional) – to generate certificates for accessing client API and server via HTTPS
- python-dateparser (optional) – date string to timestamp parser for predicate system
- python-dateutil (optional) – improved fuzzy date search
- python-olefile (optional) – support legacy microsoft office file formats
- python-psd-toolsAUR (optional) – handle PSD files and extract thumbnails
- python-pymplerAUR (optional) – debug menus to profile memory usage
- python-pyopenssl (optional) – to generate certificates for accessing client API and server via HTTPS
- qt6-webengine (optional) – to display PDF thumbnails
- swftoolsAUR (swftools-gitAUR) (optional) – to display SWF thumbnails
Required by (2)
- hydownloader-git (optional)
- hydownloader-systray-git (optional)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »
misagh commented on 2021-12-15 10:07 (UTC) (edited on 2021-12-15 10:08 (UTC) by misagh)
Hello, I was advised to report you this issue from the official Hydrus github repo: https://github.com/hydrusnetwork/hydrus/issues/1027
Currently the client is unusable for me due to this bug with the package.
wallcat commented on 2021-11-09 15:04 (UTC) (edited on 2021-11-09 15:04 (UTC) by wallcat)
Got this error after upgrading:
Solved by installing
fmt
from extra.mser commented on 2021-08-05 07:38 (UTC)
Note regarding v449:
I’m skipping v449 since it’s an experimental release; if you do want to use it, simply edit the
PKGBUILD
yourself (your AUR helper should provide that option): change thepkgver
and update the commit hash in thesource
array.mser commented on 2021-05-07 00:29 (UTC) (edited on 2021-05-12 22:00 (UTC) by mser)
Update for v439:
The issue with
python-pyqt5
has been resolved and I've changed the dependency back toqt5-python-bindings
.---OUTDATED INFORMATION---
Note about v438:
For v438, I have swapped out the
qt5-python-bindings
dependency (which is satisfied by bothpyside2
andpython-pyqt5
) withpyside2
because the v438 release broke the ability to usepython-pyqt5
(see here).I will change the dependency back to
qt5-python-bindings
once that issue has been resolved (hopefully in v439).In the meantime, Hydrus should just work if you have both packages installed, because it will default to use
pyside2
. But if you do haveQT_API=PyQt5
set when launching Hydrus, remove that, as it won't work at the moment (and also isn't necessary anymore in general; this was a workaround to force the use ofpython-pyqt5
when Hydrus didn't work correctly withpyside2
in the past).mser commented on 2021-04-12 23:37 (UTC)
@Amolith: Glad that fixed it. :)
Amolith commented on 2021-04-12 23:33 (UTC)
@mser
That would be correct haha. It looks like I forgot to create a virtual env before manually installing requirements for a different application. Thank you so much!
mser commented on 2021-04-12 23:27 (UTC)
@Amolith: From what I can see, your output looks fine (package versions seem correct too).
The error suggests an outdated NumPy version.
The only thing I can think of how that could happen is that it's loading the module from elsewhere; e.g., if you also installed NumPy via pip.
You can try:
The path you see here is the one it should use if it you installed it via python-numpy package.
Also
To see the paths it tries to load modules from in general.
Amolith commented on 2021-04-12 22:37 (UTC)
@mser:
I just tried that and still got exactly the same errors. I uninstalled python-numpy, python-opencv, and hydrus, cleaned my cache, then reinstalled all three. Unless I'm misreading the output, both python packages were from the official repos and not the AUR.
https://asciinema.org/a/RCcgjfzHij01OYHRpCY39I1ff
mser commented on 2021-04-12 21:20 (UTC) (edited on 2021-04-12 21:22 (UTC) by mser)
@Amolith:
This looks like an issue with NumPy or/and OpenCV, but I can't reproduce it.
Please try reinstalling python-numpy and python-opencv. And make sure to install python-opencv from the official repo (here), not the version from the AUR. It wrongly links to the AUR version here in aurweb (because for some reason it apparently does that whenever there is a package of the same name in both the official repos and the AUR), but your AUR helper should prefer the official package.
Amolith commented on 2021-04-12 17:24 (UTC) (edited on 2021-04-12 17:24 (UTC) by Amolith)
I'm getting an error when I try to open hydrus and I'm not sure how to go about fixing it; I've done a clean build a couple of times but the issue persists. The output is in the pastebin below.
https://bin.nixnet.services/?15639b85d7539f52#HZWzoZ1F8Bmr4J7roBPMP7XdWiT6PGJHXnxNVm6cMZzX
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »