提交 b6625f3e 编写于 作者: K Kentaro Wada

Add sys.setrecursionlimit for Windows

上级 a8b94863
# -*- mode: python -*-
# vim: ft=python
import sys
sys.setrecursionlimit(5000) # required on Windows
a = Analysis(
['labelme/__main__.py'],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册