Hey all,
I am running Windows 10, 64bit, Python 3.7.7 (64bit), and Pyinstaller 4.0.
For some reason, when trying to use pyinstaller app.py I am getting the following error:
PyInstaller does not include a pre-compiled bootloader for your
platform.
I tried literally everything that I have found on Google, including installing Pyinstaller from the source code instead of using PIP.
I am wondering if it has something to do with the fact the Python (and the site-packages) is installed to c\program files and not to appdata\local...
Thanks!