python安装pyinstaller失败解决办法

打开cmd,运行pip install pyinstaller,安装失败,提示更新pip

pip install --upgrade pip

更新失败,提示拒绝访问

在c:\windows\system32找到cmd.exe,管理员身份打开,更新成功

更新成功后安装再次pyinstaller ,还是安装失败

这时需要安装wheel,pip install wheel

安装wheel成功后,pyinstaller 安装成功