赞
踩
您可以按照以下步骤在Ubuntu 18.04上安装PyQt5:
sudo apt update
sudo apt install python3-pyqt5
python3 -c "import PyQt5"
如果没有错误消息,则表示PyQt5已成功安装。
希望这可以帮助您安装PyQt5。