pyinstaller creating EXE RuntimeError: maximum recursion depth exceeded while calling a Python object

前端 未结 9 1065
栀梦
栀梦 2020-11-29 18:51

I am running WinPython 3.4.4.3 with pyinstaller 3.2 (obtained via pip install pyinstaller).

Now I\'ve got some really simple Qt4 code that I want to convert to EXE a

9条回答
  •  感动是毒
    2020-11-29 19:37

    make new environment with pipenv and install just the requirements package. (unused package which you have on your environment will cause the increase of the size of .exe file and make this error happen ) i try with python 3.8 and it worked

提交回复
热议问题