Why does PySide6 need glibc 2.39 since 6.8.1 on aarch64?
Solved
Qt for Python
-
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 -
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.
-
The decision comes from the fact that the CI nodes for aarch64 use a higher glibc version, like @SGaist mentioned.
-
C CristianMaureira has marked this topic as solved