当我们在Ubuntu上安装pip3时出现Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-4pa8yh0解决方案
ubuntu安装pip3十出现Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-4pa8yh0
当出现这样子的情况就可能说明我们的权限不够我们在pip3 install pyqt5前面加上sudo pip3 install pyqt5看看是否能够取得特殊权限进行操作
ubuntu安装pip3十出现Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-4pa8yh0
这样子就可以进行下载 但是默认的pip3是在国外的网站进行下载的建议翻墙进行操作 才不会连接超时

相关文章:

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