Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. symbol _ZN11QFontEngine14bitmapForGlyphEj6QFixedRK10QTransform version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference)

symbol _ZN11QFontEngine14bitmapForGlyphEj6QFixedRK10QTransform version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference)

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 621 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.
  • M Offline
    M Offline
    munish259272
    wrote on last edited by
    #1

    i installed pyside2 and pyqt5 using pip install

    when i run qt creator i get:

    /usr/lib64/qtcreator/plugins/libQbsProjectManager.so: Cannot load library /usr/lib64/qtcreator/plugins/libQbsProjectManager.so: (libqbscore.so.1.13: cannot open shared object file: No such file or directory)
    

    when i run this:

    import sys
    import os
    from PySide2.QtWidgets import QApplication, QLabel
    
    os.environ['QT_DEBUG_PLUGINS'] = '1'
    
    if __name__ == "__main__":
        app = QApplication(sys.argv)
        label = QLabel("Hello World")
        label.show()
        sys.exit(app.exec_())
    

    I get:

    [Running] python -u "/home/msingh/Programming/Python/Oreilly Python Beyond The Basics - Object Oriented Programming/test.py"
    Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
    QFactoryLoader::QFactoryLoader() checking directory path "/home/msingh/anaconda3/plugins/platforms" ...
    QFactoryLoader::QFactoryLoader() looking at "/home/msingh/anaconda3/plugins/platforms/libqeglfs.so"
    Found metadata in lib /home/msingh/anaconda3/plugins/platforms/libqeglfs.so, metadata=
    {
        "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
        "MetaData": {
            "Keys": [
                "eglfs"
            ]
        },
        "className": "QEglFSIntegrationPlugin",
        "debug": false,
        "version": 329991
    }
    
    
    Got keys from plugin meta data ("eglfs")
    QFactoryLoader::QFactoryLoader() looking at "/home/msingh/anaconda3/plugins/platforms/libqminimal.so"
    Found metadata in lib /home/msingh/anaconda3/plugins/platforms/libqminimal.so, metadata=
    {
        "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
        "MetaData": {
            "Keys": [
                "minimal"
            ]
        },
        "className": "QMinimalIntegrationPlugin",
        "debug": false,
        "version": 329991
    }
    
    
    Got keys from plugin meta data ("minimal")
    QFactoryLoader::QFactoryLoader() looking at "/home/msingh/anaconda3/plugins/platforms/libqminimalegl.so"
    Found metadata in lib /home/msingh/anaconda3/plugins/platforms/libqminimalegl.so, metadata=
    {
        "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
        "MetaData": {
            "Keys": [
                "minimalegl"
            ]
        },
        "className": "QMinimalEglIntegrationPlugin",
        "debug": false,
        "version": 329991
    }
    
    
    Got keys from plugin meta data ("minimalegl")
    QFactoryLoader::QFactoryLoader() looking at "/home/msingh/anaconda3/plugins/platforms/libqoffscreen.so"
    Found metadata in lib /home/msingh/anaconda3/plugins/platforms/libqoffscreen.so, metadata=
    {
        "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
        "MetaData": {
            "Keys": [
                "offscreen"
            ]
        },
        "className": "QOffscreenIntegrationPlugin",
        "debug": false,
        "version": 329991
    }
    
    
    Got keys from plugin meta data ("offscreen")
    QFactoryLoader::QFactoryLoader() looking at "/home/msingh/anaconda3/plugins/platforms/libqvnc.so"
    Found metadata in lib /home/msingh/anaconda3/plugins/platforms/libqvnc.so, metadata=
    {
        "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
        "MetaData": {
            "Keys": [
                "vnc"
            ]
        },
        "className": "QVncIntegrationPlugin",
        "debug": false,
        "version": 329991
    }
    
    
    Got keys from plugin meta data ("vnc")
    QFactoryLoader::QFactoryLoader() looking at "/home/msingh/anaconda3/plugins/platforms/libqxcb.so"
    Found metadata in lib /home/msingh/anaconda3/plugins/platforms/libqxcb.so, metadata=
    {
        "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
        "MetaData": {
            "Keys": [
                "xcb"
            ]
        },
        "className": "QXcbIntegrationPlugin",
        "debug": false,
        "version": 329991
    }
    
    
    Got keys from plugin meta data ("xcb")
    QFactoryLoader::QFactoryLoader() checking directory path "/home/msingh/anaconda3/bin/platforms" ...
    Cannot load library /home/msingh/anaconda3/plugins/platforms/libqxcb.so: (/home/msingh/anaconda3/plugins/platforms/../../lib/libQt5XcbQpa.so.5: symbol _ZN11QFontEngine14bitmapForGlyphEj6QFixedRK10QTransform version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference)
    QLibraryPrivate::loadPlugin failed on "/home/msingh/anaconda3/plugins/platforms/libqxcb.so" : "Cannot load library /home/msingh/anaconda3/plugins/platforms/libqxcb.so: (/home/msingh/anaconda3/plugins/platforms/../../lib/libQt5XcbQpa.so.5: symbol _ZN11QFontEngine14bitmapForGlyphEj6QFixedRK10QTransform version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference)"
    qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
    
    Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc, xcb.
    
    
    [Done] exited with code=null in 6.607 seconds
    
    
    
    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