标签:recursion style err install call exce obj error 设置
通过查阅,得知如下:
# 在首文件头部
import sys sys.setrecursionlimit(5000)
# openpyxl版本问题,在2.3.5可以正常打包 pip uninstall openpyxl pip install openpyxl==2.3.5
pyinstaller执行后出现maximum recursion depth exceeded while calling a Python object
标签:recursion style err install call exce obj error 设置
原文地址:https://www.cnblogs.com/nahaohao/p/12623806.html