pip install PyInstaller

报错:

安装PyInstaller失败

 

 后运行:

指定安装源进行安装:

pip3 install pyinstaller -i https://pypi.doubanio.com/simple

安装成功

或者这个可以试试

修改超时时间: 

pip --default-timeout=1000 install -U pip

 

 

相关文章:

  • 2021-06-12
  • 2022-12-23
  • 2021-09-01
  • 2021-11-21
  • 2021-08-31
  • 2021-10-28
  • 2021-09-11
  • 2022-02-08
猜你喜欢
  • 2021-04-20
  • 2021-04-05
  • 2021-05-21
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案