1)我电脑同时装了python2.7与python3.6,这样在命令提示符下运行pyinstaller 时他会用那个版本的python进行打包?
2)运行pyinstaller xxx.py时一直报“”UnicodeDecodeError: 'ascii' codec can't decode byte 0xc7 in position 22: ordinal not in range(128)“”这个错误
求大神指点 (我的pyinstaller是3.2.1版本)