python用pyinstaller生成exe时报错 TypeError: an integer is required (got type bytes)
python, 问题解决
12-01
6755
python用pyinstaller生成exe时报错 TypeError: an integer is required (got type bytes)已关闭评论
TypeError: an integer is required (got type bytes)
解决办法:
报错前的pyinstaller是用 pip install pyinstaller 来安装的,改成用 pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz 再安装一次