原文链接:https://blog.csdn.net/azuremouse/article/details/90338961

问题记录:

1. pip 安装时速度太慢, 需要使用国内镜像

pip install -i https://mirrors.aliyun.com/pypi/simple/ PyQt5

 

2. 安装完成后,在scripts文件夹下会有designer等,需要将scripts这个目录设置到环境变量path里,才能识别pyuic5这些命令

 

3. qt5 文档 https://doc.qt.io/qt-5/qfiledialog.html

相关文章:

  • 2022-01-01
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-07-10
  • 2021-08-03
猜你喜欢
  • 2022-12-23
  • 2021-09-24
  • 2021-07-16
  • 2021-10-16
  • 2022-01-31
  • 2022-01-16
  • 2021-11-21
相关资源
相似解决方案