Comment 8 for bug 1995362

Revision history for this message
Rok Mandeljc (rok-mandeljc) wrote :

I confirm that installing libc6 and libc-bin 2.35-0ubuntu3.2 from jammy-proposed fixes the problem.

Tested with

$ sudo apt install -y python3 python3-venv libglib2.0-0
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install pyside6
$ ldd venv/lib64/python3.10/site-packages/PySide6/QtQml.abi3.so

in jammy docker container.

With the updated package, the previously-affected PySide6 tests now also pass on PyInstaller's CI when ran on GitHub Actions ubuntu-22.04 runner:
https://github.com/rokm/pyinstaller/actions/runs/5231817181/jobs/9446191542