使用pyinstaller打包exe文件及问题解决.docx

时间:2023-06-04 08:42:17
【文件属性】:

文件名称:使用pyinstaller打包exe文件及问题解决.docx

文件大小:15KB

文件格式:DOCX

更新时间:2023-06-04 08:42:17

pyinstaller 打包exe

一个小任务,踩了3个坑: 1)打包时报异常:RecursionError: maximum recursion depth exceeded 2)exe执行异常:ModuleNotFoundError: No module named 'pkg_resources.py2_warn' 3)exe在其他主机上执行异常:FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\gaozh\\AppDa ta\\Local\\Temp\\_MEI58162\\jieba\\dict.txt'


网友评论