python 安装pyinstaller 失败


python 安装pyinstaller 失败

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

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

pip3 install wheel

 然后再去安装pyinstaller

pip3 install pyinstaller

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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM