An error for generating an exe file using pyinstaller - typeerror: expected str, bytes or os.PathLike object, not NoneType

前端 未结 5 1593
逝去的感伤
逝去的感伤 2020-12-09 12:31

I am trying to build an .exe file from .py file using pysinstaller and Python 3.7.2.

It worked with Python 3.6; then I re-inst

5条回答
  •  遥遥无期
    2020-12-09 12:56

    I found the following solution: replace bindepend.py from \venv\Lib\site-packages\PyInstaller\depend with the file provided by Loran425 on github here

提交回复
热议问题