pyinstaller打包时报错UnicodeDecodeError:gbk

2024-10-13 20:58:45

1、打开cmd窗口,先安装pyinstaller模块

pyinstaller打包时报错UnicodeDecodeError:gbk

3、报错信息为:UnicodeDecodeError: 'gbk' codec

pyinstaller打包时报错UnicodeDecodeError:gbk

5、这样再打包程序就不会报错了

pyinstaller打包时报错UnicodeDecodeError:gbk
猜你喜欢