Relative Content

Tag Archive for pythonpyqt5modulenotfounderror

Sharing packages between different Python versions

I am using KDE Neon jammy 22.04 (Ubuntu based). It cames with Python3.10 installed. I also installed Python3.11 with sudo apt install python3.11. I wrote a program using PyQt5. It works with Python3.10, but not Python3.11. My error is ModuleNotFoundError: No module named 'PyQt5.sip'.