You are not logged in.

#1 2022-10-06 21:18:01

FuzzySPb
Member
Registered: 2013-01-21
Posts: 68

[SOLVED] Qt for Python fails to import PySide6.QtMultimedia

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: _ZNK11QVideoFrame13textureHandleEi

I 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

#2 2022-10-07 07:42:07

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,294

Re: [SOLVED] Qt for Python fails to import PySide6.QtMultimedia

FuzzySPb wrote:

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

#3 2022-10-07 10:24:05

FuzzySPb
Member
Registered: 2013-01-21
Posts: 68

Re: [SOLVED] Qt for Python fails to import PySide6.QtMultimedia

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

#4 2022-10-16 12:38:17

FuzzySPb
Member
Registered: 2013-01-21
Posts: 68

Re: [SOLVED] Qt for Python fails to import PySide6.QtMultimedia

I would like to confirm that installation of pyside6 6.4.0-1 solved the problem.

Offline

Board footer

Powered by FluxBB