Skip to main content
Question

package celonis with pyinstaller fail!

  • May 4, 2022
  • 3 replies
  • 0 views

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!')

 

3 replies

  • Author
  • Level 1
  • May 4, 2022

test with pycelonis(1.7.0) with python 3.8.13 and 3.10.4


  • Author
  • Level 1
  • May 4, 2022

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

and run the output exe with that error.


lingzhi.li
Level 2
  • Level 2
  • May 4, 2022

same error here ....