pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install PyQt5-tools -i https://pypi.tuna.tsinghua.edu.cn/simple
查看函数库安装位置
pip show 函数库名
?通过查询函数库,了解到python安装位置为 C:\Users\admin\.conda\envs\pyqt_env
Pyrcc path:python环境+\Scripts\pyrcc5.exe
Pyuic path:python环境+\Scripts\pyuic5.exe
QtDesigner path:python环境+\Lib\site-packages\qt5_applications\Qt\bin\designer.exe