Package Details: hydrus 615-1

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: 42
Popularity: 1.11
First Submitted: 2015-02-28 18:11 (UTC)
Last Updated: 2025-03-28 01:50 (UTC)

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.

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »

Score_Under commented on 2018-11-29 03:25 (UTC)

Well, I've done something I know I will regret, and that's create a package for opencv with python2 support.

That said, python2-wxpython-phoenix has finally kicked the bucket, so that will need replacing. However, every build I have compiled on my own machine has somehow been missing an "init_core" function in its "_core.so". I can't make heads nor tails of this, and gave up some time early October, only to try again now and be faced with exactly the same problem. If anyone can figure out what on earth is going on here & how to compile wxpython-phoenix for python2, I would be grateful for the help.

jtmb commented on 2018-11-23 22:55 (UTC)

@Score_Under same as @nadomodan, opencv 3.4.4-1, no /usr/lib/python2.7/site-packages/cv2.so

nadomodan commented on 2018-11-23 18:51 (UTC) (edited on 2018-11-23 19:06 (UTC) by nadomodan)

@Score_Under I have the same problem, opencv 3.4.4-1:

pacman -Qo /usr/lib/python2.7/site-packages/cv2.so

error: No package owns /usr/lib/python2.7/site-packages/cv2.so

downgrading to opencv 3.4.3-5 on which hydrus works gives this output:

pacman -Qo /usr/lib/python2.7/site-packages/cv2.so

/usr/lib/python2.7/site-packages/cv2.so is owned by opencv 3.4.3-5

finnickal commented on 2018-11-23 16:13 (UTC)

I had the same problem as @jtmb and installed opencv2 from the AUR to solve it.

Score_Under commented on 2018-11-23 12:43 (UTC)

@jtmb, I can't reproduce this. Can you tell me what version of opencv you have installed, and whether it drops a "cv2.so" in /usr/lib/python2.7/site-packages?

jtmb commented on 2018-11-21 19:03 (UTC)

client fails to start with

import cv2 ImportError: No module named cv2

I believe it's related to opencv but I haven't figured out a workaround.

nadomodan commented on 2018-11-15 12:52 (UTC) (edited on 2018-11-15 12:53 (UTC) by nadomodan)

http://hydrus.tumblr.com/post/179874662149/version-329

after discovering a pdf that ate indefinite 100% CPU while trying to parse, I have decided to stop pulling num_words for pdfs. it was always a super inaccurate number, so let’s wait for a better solution at a later date. hydrus hence no longer requires pypdf2

irlittz commented on 2018-10-27 21:41 (UTC)

@Anfasa, check out: https://8ch.net/hydrus/res/10273.html#10342

Anfasa commented on 2018-10-27 04:04 (UTC) (edited on 2018-10-27 04:04 (UTC) by Anfasa)

As of v327, client fails to start (no module named ordered_dict). Seems to be related to urllib3's latest update: https://github.com/urllib3/urllib3/issues/1456

Although that was patched, and my packages are up to date.