由于不能在线安装Pyinstaller包,因此我下载了pyinstaller的离线安装包。

需要如下依赖包,下载链接:https://download.csdn.net/download/ryanji/12881427

  1. pywin32_ctypes
  2. pefile
  3. future
  4. altgraph

安装顺序如下:

  1. altgraph
  2. pywin32_ctypes
  3. future
  4. pefile
  5. pyinstaller

【良心安装】windows下离线安装Pyinstaller

【良心安装】windows下离线安装Pyinstaller

 

相关文章:

  • 2021-12-09
  • 2022-12-23
  • 2021-06-15
  • 2021-12-28
  • 2023-02-08
  • 2021-04-13
  • 2022-12-23
  • 2021-05-21
猜你喜欢
  • 2021-08-27
  • 2022-12-23
  • 2021-09-25
  • 2021-11-01
  • 2021-12-25
  • 2021-09-23
相关资源
相似解决方案