Skip to content

Fix PyQt5 tutorial for Ubuntu

Thiago Sueto requested to merge work/thiagosueto/ubuntupyqt into master

This MR fixes the deps for PyQt5 on Ubuntu.

Also: importlib is part of Python since before version 9 and attempting to fetch it from pip breaks setuptools. Ubuntu 22.04 uses Python3.10, and PyQt is built against it. requests is not used.

Edited by Thiago Sueto

Merge request reports