错误:

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-4_w0c665/PyQt5/

 

 解决方式:输入一下命令

1 pip3 install --upgrade setuptools
2  python3 -m pip install --upgrade pip

输入命令:

1 pip3 install PyQt5

PyQt5安装完成。

参考链接:

https://www.jianshu.com/p/2909a7daf010

相关文章:

  • 2018-11-07
  • 2021-10-13
  • 2021-07-10
  • 2021-04-12
  • 2021-09-24
  • 2021-06-05
猜你喜欢
  • 2022-12-23
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-05-27
相关资源
相似解决方案