pyinstaller打包exe执行文件错误,python使用installer生成exe文件运行错误,并在执行文件时提示: Unable to load the file system codec Can’t find module encodings
那么,很有可能是你的版本3.7不能很好的兼容installer,卸载安装的python3.7,下载python3.6.6或以下版本,于是就可以很好的兼容。
Imcuibeibei

版权声明:本文为Tristan-Adams原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/Tristan-Adams/p/9330376.html