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. Why does PySide6 need glibc 2.39 since 6.8.1 on aarch64?

Why does PySide6 need glibc 2.39 since 6.8.1 on aarch64?

Scheduled Pinned Locked Moved Solved Qt for Python
4 Posts 4 Posters 221 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.
  • S Offline
    S Offline
    Seongyong Park
    wrote on last edited by
    #1

    Just curious, I imagine this will be an inconvenience for many people because the most recent RPi OS (and Debian) version, Bookworm, still ships with glibc 2.36.

    Especially when x86_64 is okay with 2.28.

    https://pypi.org/project/PySide6/6.8.0.2/#files
    https://pypi.org/project/PySide6/6.8.1/#files

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      If memory serves well, Ubuntu is used to build Qt for ARM. It has that more recent version of glibc.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • CristianMaureiraC Offline
        CristianMaureiraC Offline
        CristianMaureira
        wrote on last edited by
        #3

        The decision comes from the fact that the CI nodes for aarch64 use a higher glibc version, like @SGaist mentioned.

        1 Reply Last reply
        1
        • CristianMaureiraC CristianMaureira has marked this topic as solved on
        • A Offline
          A Offline
          alifeinbinary
          wrote last edited by
          #4

          After doing some digging I found this thread. My Python project on Raspberry Pi OS requires PySide6==6.8.3 or later which depends on glibc 2.39 but RPiOS only provides 2.36. I tried building from source and containerising it with chroot but neither produced the proper result. I'm going try switching to Ubuntu Server 24.04 for Raspberry Pi and hope for the best seeing as it will have the proper glibc version. If I don't report back within the week assume that it worked.

          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