安装pyinstaller

有两种方式安装pyinstaller

  • 其他99%的包也都可以按我的方法安装
  • 第一种方式是:pip install pyinstaller(几乎99%的包都可以这样安装)
    出现以下错误:
    安装pyinstaller
  • 第二种方式:

去到下载包的网站https://www.lfd.uci.edu/~gohlke/pythonlibs/下载对应的包,如pyinstaller(一定要按照自己的python版本)

安装pyinstaller
找到你的下载目录,然后在cmd中pip install:
如:pip install C:\Users\84262\Downloads\PyInstaller-3.6-py2.py3-none-any.whl

安装pyinstaller