Hello @Score_Under,
Please take a look at this suggestion by the hydrus developer with regards to using PySide2 as opposed to PyQt5: https://github.com/hydrusnetwork/hydrus/issues/1033#issuecomment-1003620540
| 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) |
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 15 Next › Last »
Hello @Score_Under,
Please take a look at this suggestion by the hydrus developer with regards to using PySide2 as opposed to PyQt5: https://github.com/hydrusnetwork/hydrus/issues/1033#issuecomment-1003620540
Thanks for the hint @Score_Under! After rebuilding and then reinstalling python-mpv, everything works as expected now!
Reinstalling is likely a good enough solution, you don't even need the -git version.
Try pacman -Qo /usr/lib/python3.9 to see which AUR packages are still built for python 3.9 on your system. Those should all be reinstalled (with a clean build, if you get that option) so that they use python 3.10, the current Python version on Arch.
@And1G I Had the issue to. A bandaid would be installing python-mpv-git instead
Anyone else here who can not play videos within hydrus? Only getting "MPV is not available!" and a button to open videos externally. mpv and it's python bindings are installed.
hydrus 467-1 python-mpv 0.5.2-3 mpv 1:0.34.0-3
@Score_Under Thanks. The latest version of Hydrus has fixed this.
@misagh I don't think this is directly related to this package, but rather a problem with your installation of python qt5 bindings. If I were in your position I would check pacman -Qs qt5-python-bindings to see which qt5 bindings I have installed, then remove or reinstall them as necessary.
For me right now, I have these:
score@kirisame ~ % pacman -Qs qt5-python-bindings
local/pyside2 5.15.2-3 (qt qt5)
Enables the use of Qt5 APIs in Python applications
local/python-pyqt5 5.15.6-2 (pyqt5)
A set of Python bindings for the Qt5 toolkit
I tried removing pyside2 such that hydrus is definitely using pyqt5, and things still worked, so if possible I would say get python-pyqt5, make sure it's all up to date (not held back on an old AUR version or something), and remove the other bindings.
I don't really know your situation but I hope that leads somewhere helpful.
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.
Got this error after upgrading:
ImportError: libfmt.so.8: cannot open shared object file: No such file or directory
Solved by installing fmt from extra.
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 the pkgver and update the commit hash in the source array.
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.