SciML / diffeqpy

Solving differential equations in Python using DifferentialEquations.jl and the SciML Scientific Machine Learning organization
MIT License
508 stars 39 forks source link

Converting python code that uses diffeqpy to executable file via Pyinstaller #95

Closed kongjy94 closed 2 years ago

kongjy94 commented 2 years ago

Hi all,

I am currently facing an issue with converting my python (.py) file to an executable (.exe) file via Pyinstaller. The error brings me to the diffeqpy package/Julia but I am not sure how to fix it. My python code works fine.

The error is “subprocess.CalledProcessError: Command '['julia', '-e', '...']' returned non-zero exit status 1”.

I will appreciate if you can assist me on this matter.

ChrisRackauckas commented 2 years ago

@tkf is this possible?