Tag Archives: Python offline installation package download and installation

Conscience installation: How To install Pyinstaller offline on Windows

could not install the Pyinstaller package online, so I downloaded the Pyinstaller offline package.

need to rely on package, download links: https://download.csdn.net/download/ryanji/12881427: </ p>

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

installation order is as follows:

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

</ p>