Installez pyqt5 sur ubuntu
Vous voudrez peut-être faire ce qui suit
$ sudo apt-get install -y python3-pyqt5 python-pyqt5
Si vous n'avez pas pip3, exécutez ce qui suit pour l'installer.
$ sudo apt-get install -y python3-pip
Cela ne semble pas être la commande suivante
$ sudo pip3 install pyqt5
ERROR: Could not find a version that satisfies the requirement pyqt5 (from versions: none)
ERROR: No matching distribution found for pyqt5
ModuleNotFoundError: No module named 'PyQt5' No matching distribution found for PyQt5 Installez Qt5 sur Ubuntu18.04 LTS!
Recommended Posts