Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. How to resolve incompatible plugins
Forum Updated to NodeBB v4.3 + New Features

How to resolve incompatible plugins

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 1 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rrr2
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rrr2
      wrote on last edited by
      #2

      Solution Found:

        Copied the /opt/local/Qt/6.3.2/gcc_64/plugins/.../*.so    to /opt/local/anaconda3/plugins/....../*.so
      
        Not an ideal solution but no more errors now.
      
      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved