PyQt5官方安装教程指出2种安装方法: Installing from Wheels Building and Installing from Source 网上搜罗的大多是按照第二种方法安装的,本文采用第一种方法更为简便省心,这种方法Only Python v3.5 and later is supported Mac 安装PyQt5 第一步:安装python3 $ brew install python3 1 第二步:安装PyQt5 $ pip3 install pyqt5 1 第三步:查