http://www.pyinstaller.org/downloads.html 

下载压缩包 

pip3 install pyinstaller 报错了的处理方法

 

 

解压到本地后,在目录处cmd

执行命令 python setup.py install

 

然后执行pip show pyinstaller 查看是否安装成功

 

相关文章:

  • 2021-08-22
  • 2021-10-15
  • 2022-12-23
  • 2021-11-20
  • 2022-01-22
  • 2022-02-26
  • 2021-08-25
  • 2021-10-02
猜你喜欢
  • 2021-12-26
  • 2021-11-28
  • 2021-07-27
  • 2021-07-01
  • 2022-01-13
  • 2022-01-18
相关资源
相似解决方案