python 安装pyinstaller 失败

python3 Windows下使用 pip3 install pyinstalller 直接去安装pyinstaller发生如下错误:

python 安装pyinstaller 失败

 如果提示:error: invalid command 'bdist_wheel',那么需要先安装一下 wheel工具

pip3 install wheel

python 安装pyinstaller 失败

 然后再去安装pyinstaller

pip3 install pyinstaller

python 安装pyinstaller 失败

参考:https://blog.csdn.net/chouzhou9701/article/details/86662689

相关文章:

  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-04-09
  • 2021-10-23
  • 2021-11-05
  • 2021-09-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-05
  • 2021-05-21
  • 2021-11-26
  • 2022-12-23
相关资源
相似解决方案