I am trying to build an .exe file from .py file using pysinstaller and Python 3.7.2.
.exe
.py
pysinstaller
It worked with Python 3.6; then I re-inst
I found the following solution: replace bindepend.py from \venv\Lib\site-packages\PyInstaller\depend with the file provided by Loran425 on github here
bindepend.py
\venv\Lib\site-packages\PyInstaller\depend