How to resolve incompatible plugins
-
Following an update from Pyside 6.3 to 6.4 , on Linux/Debian, when running a python script with PySide6 I get the messages below:
qt.core.plugin.loader: In /opt/local/anaconda3/plugins/platforms/libqwebgl.so:
Plugin uses incompatible Qt library (5.15.0) [release]
qt.core.plugin.loader: In /opt/local/anaconda3/plugins/platforms/libqoffscreen.so:
Plugin uses incompatible Qt library (5.15.0) [release]
qt.core.plugin.loader: In /opt/local/anaconda3/plugins/platformthemes/libqxdgdesktopportal.so:
Plugin uses incompatible Qt library (5.15.0) [release]
qt.core.plugin.loader: In /opt/local/anaconda3/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so:
Plugin uses incompatible Qt library (5.15.0) [release]
qt.core.plugin.loader: In /opt/local/anaconda3/plugins/platforminputcontexts/libqtvirtualkeyboardplugin.so:
Plugin uses incompatible Qt library (5.15.0) [release]
qt.core.plugin.loader: In /opt/local/anaconda3/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so:
Plugin uses incompatible Qt library (5.15.0) [release]I get the same messages with Qt 6.4.0 , and PySide6.4.0 and. Qt 6.3.2 and PySide 6.3.2.
I have seen other references to this problem but no solution that has worked so far? Has anyone found a solution.