Python-报错error: invalid command 'bdist_wheel'的解决方法

想把.py文件打包成.exe文件,使用命令行安装pyinstaller模块:pip install pyinstaller,报error: invalid command 'bdist_wheel’的错 解决方法:使用命令行pip3 install wheel,再去安装pyinstaller模块就好了 web
相关文章
相关标签/搜索