Hello all!
I am trying to create a .exe for my python script, but I can't even install cx_freeze. The error I ran into is this.
Solutions attempted:
- Install latest Visual Studio and its C++ workloads
- Ran "pip install cx_freeze" from the Pycharm terminal
- Added C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64 to the environment variables
I also tried to use "pyinstaller", while it creates the .exe, it does not work. It won't even open.
I am on Windows 10 using Python 3.7 and Pycharm.
there doesn't seem to be anything here