Convert Julia to EXE with help of PyInstaller

438 Views Asked by At

For a while now, I've been trying to compile a Julia package into an EXE with little success. Recently, I decided to take a look into wrapping it with Python and then transforming it to an EXE. This has worked great except the EXE crashes on startup show the attached error message. Can any of ya'll help me understand what the error is or even if this is the correct path? The error persists with the --onedir attribute as well. CMD Error Message

1

There are 1 best solutions below

4
CCCC On

In your command prompt,

 pip uninstall typing

Then run your pyinstaller command again. It won't crash