Skip to main content

I tried to use pyinstaller to package celonis program but failed with message "FileNotFoundError: [Errno 2] No such file or directory: 'C:\\\\Users\\\\...\\\\Temp\\\\_MEI109202\\\\mlflow\\\\ml-package-versions.yml'

The code is simple as below:

from pycelonis import get_celonis

celonis =get_celonis("...", "...")

print('success!')

 

test with pycelonis(1.7.0) with python 3.8.13 and 3.10.4


PS: The process of "pyinstaller -F " is successful.

and run the output exe with that error.


same error here ....


Reply