You are not logged in.
Hi all,
It appears some dependencies were broken after recent upgrade of qt6-multimedia package.
I have a stable module that worked for several months. Recently I got an error:
ImportError: /usr/lib/python3.10/site-packages/PySide6/QtMultimedia.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZNK11QVideoFrame13textureHandleEiI think it happened after an upgrade to qt6-multimedia-6.4.0-2 or qt6-multimedia-6.4.0-1 that required to install either qt6-multimedia-gstreamer or qt6-multimedia-ffmpeg as qt6-multimedia-backend dependency.
Most probably it was qt6-multimedia-6.4.0-1 because rollback to this version doesn't help to resolve the problem. I don't have previous package in cache to check more precisely.
It appears it isn't a Qt or Python problem but some link is broken in Arch packages. How to report it properly?
Last edited by FuzzySPb (2022-10-16 12:37:19)
Offline
It appears it isn't a Qt or Python problem but some link is broken in Arch packages. How to report it properly?
Generally: bugs.archlinux.org
In this case however there is not much we can do, Pyside 6.4 should have been released together with Qt 6.4 a week ago but apparently it has been delayed, and 6.3 is not compatible with Qt 6.4
You can still report it if you want, so we can track this.
Offline
Ah, so the broken dependency is a missing availability of pyside6 6.4.x, did I get your point right?
I'll better wait in this case, hopefully it will come soon.
Last edited by FuzzySPb (2022-10-07 10:24:42)
Offline
I would like to confirm that installation of pyside6 6.4.0-1 solved the problem.
Offline