Installieren Sie pyqt5 auf Ubuntu
Möglicherweise möchten Sie Folgendes tun
$ sudo apt-get install -y python3-pyqt5 python-pyqt5
Wenn Sie nicht über pip3 verfügen, führen Sie die folgenden Schritte aus, um es zu installieren.
$ sudo apt-get install -y python3-pip
Es scheint nicht der folgende Befehl zu sein
$ 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 Installiere Qt5 auf Ubuntu18.04 LTS!
Recommended Posts