KNIME workflow with Python Script not working on server

Hi,

I am not able to execute KNIME workflow with python script in it. However, I can successfully execute the same workflow in my local machine. I am getting the following error:

Python Script (1⇒1) 0:59
Execute failed: Could not start python kernel: Could not detect python version

 Please someone help.

Thanks

Shyam

In the risk of asking the obvious: Is python correctly installed on your server, accessible through the path, and runnable?

Yes, it is correctly installed  and the workflow is working fine on the host-machine.

Probably, the KNIME is indicating python2. If it is the case, go to preference->KINME and change the default python to

python3 like C:...\Anaconda3\python.exe