Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Discuss and learn more about design and development in formerly Talend products.
Hello ,
While running Talend job in Talend Management console which is in turn calling a python script getting the below error,
Error :
tSystem_1 Cannot run program "python": CreateProcess error=2, The system cannot find the file specified java.io.IOException: Cannot run program "python": CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at java.lang.Runtime.exec(Runtime.java:620)
The same job can be run in local using Talend Cloud Data Management Platform v7.2.
Please note that the python is installed in the server where the Talend Cloud management is installed as well.
Do I need to make any variable update or setting to make this work. Thanks in advance