一、安装PyQT5
Win+R键打开cmd窗口,按照命令下载依赖包
1、安装PyQt5
# 使用清华源下载会比较快
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQt5
2、安装PyQt5-tools
pip install PyQt5-tools -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
3、安装Sip
pip install Sip
4、新增环境变量
变量名:QT_QPA_PLATFORM_PLUGIN_PATH
变量值:C:\Users\zhangfushuai\AppData\Local\Programs\Python\Python38\Lib\site-packages\qt5_applications\Qt\bin(配置自己的pyqt目录的上一级目录designer.exe,到bin)