Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.1
-
None
Description
from PySide6.QtWidgets import QApplication application = QApplication()
Crashes with exit code 127 on Debian 11 and following output;
python: symbol lookup error: /usr/local/lib/python3.11/site-packages/ PySide6/Qt/plugins/platforms/../../lib/libQt6WaylandClient.so.6: undefined symbol: wl_proxy_marshal_flags
uname -a gives;
Linux DESKTOP-G28B0IU 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 GNU/Linux
PySide6-6.5.1 and PySide6-6.5.1.1
Python 3.11.4 (main, Jun 15 2023, 10:07:35) [GCC 10.2.1 20210110] on linux
/etc/debian_version: 11.7
Attachments
Issue Links
- is duplicated by
-
QTBUG-129353 Compilation error on Debian 11: error: use of undeclared identifier 'wl_proxy_marshal_flags'
- Open
-
QTBUG-122441 Linux wayland - Failing to build any example
- Closed