想把.py文件打包成.exe文件,使用命令行安装pyinstaller模块:pip install pyinstaller,报error: invalid command 'bdist_wheel’的错 解决方法:使用命令行pip3 install wheel,再去安装pyinstaller模块就行了 来源:CSDN作者:zkw_1998链接:https://blog.csdn.net/zkw_1998/article/details/104015278 标签 命令行 python