https://bugs.kde.org/show_bug.cgi?id=512892
Bug ID: 512892
Summary: pyside6 broken after Qt upgrade to 6.10
Classification: KDE Neon
Product: neon
Version First unspecified
Reported In:
Platform: Neon
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Packages User Edition
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
SUMMARY
Hey all,
Looks like after Qt was upgraded to 6.10 recently, the PySide6 packages were
not.
For example:
$ dpkg -l python3-pyside6.qtcore
...
ii python3-pyside6.qtcore 6.9.3-0zneon+24.04+noble+release+build70 amd64
Python bindings for Qt 6 core module (Python 3)
Looks like it’s still compiled against Qt 6.9. When I run an app using that
library:
ImportError: /usr/lib/python3/dist-packages/PySide6/QtCore.abi3.so: undefined
symbol: _ZN14QObjectPrivateC2Ei, version Qt_6_PRIVATE_API
STEPS TO REPRODUCE
1. Run application that uses PySide6
2. Watch it not run
3.
OBSERVED RESULT
Application exits with linker error.
EXPECTED RESULT
Application works.
SOFTWARE/OS VERSIONS
Windows:
macOS:
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma:
KDE Plasma Version:
KDE Frameworks Version:
Qt Version: 6.10.0
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.