Python Submit File fails right after package installation (timing issue)
Hello,
I’m currently developing a JMP add-in that relies on embedded Python scripts.
At startup, the add-in installs the required Python packages (using a local wheel repository) before executing any Python code.
The issue I’m facing is that, when the add-in is launched for the first time, it sometimes fails to execute the embedded Python functions defined in the files submitted right after the pac...