[PySide] What happened to manylinux wheels for python3.8+?

dynobo dynobo at mailbox.org
Fri Dec 9 20:16:17 CET 2022


Hi,

I've noticed for an application which I package as AppImage, that I 
can't install PySide versions more recent than 6.2.4.

When inspecting the distribution files on PyPi and 
https://download.qt.io/official_releases/QtForPython/pyside6/ it seems 
to me, that after 6.2.4 the builds changed:

Manylinux wheel files for 6.2.4 got build for various Python versions:
PySide6-6.2.4-6.2.4-cp36.cp37.cp38.cp39.cp310-abi3-manylinux1_x86_64.whl

After that, they only seem to be build for Python 3.7:
PySide6-6.4.1-cp37-abi3-manylinux_2_28_x86_64.whl

1.) Can this be the reason why I can't update beyond 6.2.4 inside my 
AppImage (I'm using Python 3.9)?

2.) Any ideas, how I could use the most recent PySide6 versions inside 
an AppImage again?

Any help or hints is appreciated! 😄
Thanks & best regards!


More information about the PySide mailing list