会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Ubuntu1804
博客园
首页
新随笔
联系
订阅
管理
2020年11月18日
50.Pyinstaller打包时出现:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xce...
摘要: 方法一: 在你打包的命令行中先输入chcp 65001 然后再输入打包命令。 chcp 65001 方法二: 将python包目录下\PyInstaller\compat.py文件中 out = out.decode(encoding) 修改为: out = out.decode(encoding,
阅读全文
posted @ 2020-11-18 16:00 Ubuntu1804
阅读(1042)
评论(0)
推荐(0)
编辑
公告