摘要: 用python3.6以上使用pyinstaller打包会出现 TypeError: an integer is required (got type bytes)异常, 解决办法如下: 1. 安装pyinstaller pip install PyInstaller 2. 打包单个文件 PyInst 阅读全文
posted @ 2020-01-06 10:41 键盘上的艺术家 阅读(7711) 评论(0) 推荐(2)