Hi,
I have setup and use my conda environment frequently. Since I started to use Python in combination with the Parallel Chunk nodes I constantly face the issue that some chunks fail to connect to Python.
2024-10-01 13:02:07,292 ERROR Python Script 3:852 Execute failed: Could not connect to the Python process.
2024-10-01 13:02:08,199 WARN Python Script 3:867:857 Python standard output:
2024-10-01 13:02:08,199 WARN Python Script 3:867:857 Python standard error: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
2024-10-01 13:02:08,200 ERROR Python Script 3:867:857 Execute failed: Could not connect to the Python process.
2024-10-01 13:02:08,777 WARN Python Script 3:867:852 Python standard output:
2024-10-01 13:02:08,777 WARN Python Script 3:867:852 Python standard error: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
2024-10-01 13:02:08,778 ERROR Python Script 3:867:852 Execute failed: Could not connect to the Python process.
I configured the knime.ini to adjust the python time out a per @mlauber71 suggestion but to no avail.
While further debugging the issue I noticed that there many Python processes still running in the background despite all nodes being reset. IT seems after starting knime, several Python processes get launched, stopped and started again automatically.
After node reset
After restart w/o execution
Executing w/o the parallel nodes does work but leave a lot of resources unleveraged on the table.
Best
Mike