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. python3: symbol lookup error: /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5: undefined symbol: FT_Get_Font_Format

python3: symbol lookup error: /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5: undefined symbol: FT_Get_Font_Format

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 3.1k 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.
  • W Offline
    W Offline
    worldsnexthero
    wrote on last edited by worldsnexthero
    #1

    Trying to load a basic .ui file via python but running python code prompts error:

    python3: symbol lookup error: /localhome/lab/FaizanEnv/lib/python3.7/site-packages/PyQt5/Qt/plugins/platforms/../../lib/libQt5XcbQpa.so.5: undefined symbol: FT_Get_Font_Format
    
    

    command "echo $LD_LIBRARY_PATH" provides /usr/lib/x86_64-linux-gnu

    Not sure what the issue is.....really want to get it working which at this point is just having the GUI show up. I have a Debian 8 system with 5.3 qt version (displayed by "qmake --version" command below)

    qmake --version
    QMake version 3.0
    Using Qt version 5.3.2 in /usr/lib/x86_64-linux-gnu
    
    jsulmJ 1 Reply Last reply
    0
    • W worldsnexthero

      Trying to load a basic .ui file via python but running python code prompts error:

      python3: symbol lookup error: /localhome/lab/FaizanEnv/lib/python3.7/site-packages/PyQt5/Qt/plugins/platforms/../../lib/libQt5XcbQpa.so.5: undefined symbol: FT_Get_Font_Format
      
      

      command "echo $LD_LIBRARY_PATH" provides /usr/lib/x86_64-linux-gnu

      Not sure what the issue is.....really want to get it working which at this point is just having the GUI show up. I have a Debian 8 system with 5.3 qt version (displayed by "qmake --version" command below)

      qmake --version
      QMake version 3.0
      Using Qt version 5.3.2 in /usr/lib/x86_64-linux-gnu
      
      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @worldsnexthero What PyQt version do you use?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • W Offline
        W Offline
        worldsnexthero
        wrote on last edited by
        #3

        PyQt 5.3 - i am assuming this is what works with Debian 8?

        JonBJ 1 Reply Last reply
        0
        • W worldsnexthero

          PyQt 5.3 - i am assuming this is what works with Debian 8?

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by JonB
          #4

          @worldsnexthero
          Not my area, but your error has been reported before. Start from https://superuser.com/questions/1451321/qt-startup-error-symbol-lookup-error-libqt5xcbqpa-so-5-undefined-symbol-ft-g ? If not https://askubuntu.com/questions/1223826/how-can-i-fix-libqt5xcbqpa-so-5-undefined-symbol-ft-get-font-format-when-i or https://stackoverflow.com/questions/60553662/symbol-lookup-error-undefined-symbol-ft-get-font-format. One of those (hopefully first) resolves you?

          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