Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.6.3
-
None
Description
Since the 6.6.3 PySide6-Essentials package which is released on PyPi repositories, QML QtQuick controls no longer work.
Attached is a minimal example (.py file + .qml file). If run with the PySide6-Essentials 6.6.2 package from PyPi, it works. For 6.6.3, it yields:
QQmlApplicationEngine failed to load component
file:///home/sander/dev/pyside6-bugreport/main.qml:2:1: module "QtQuick.Controls" version 6.6 cannot be imported because:
Cannot load library /home/sander/dev/pyside6-bugreport/venv/lib/python3.11/site-packages/PySide6/Qt/qml/QtQuick/Controls/Fusion/libqtquickcontrols2fusionstyleplugin.so: (libQt6QuickControls2Fusion.so.6: cannot open shared object file: No such file or directory)
The above message is on Linux, but similar errors happen on Windows, MacOS.
For now, I am pinning my project to 6.6.2. Thanks for having a look!
Attachments
Issue Links
- duplicates
-
PYSIDE-2655 Cannot run hello world QML application because Qt6QuickControls2Basic.dll is missing
-
- Closed
-