Hi, I’m encountering an error when I run a Python script, the error message is:
“importError: DLL load failed: %1 is not a valid win32 application”
When I run this script with KNIME desktop version, no error occurred. But when I deployed and run this script with KNIME server, returned above error. Any idea on this error? Since it goes with KNIME server, probably linked to different python configuration on KNIME server vs. desktop?
I’m using anaconda3 to create the python environment, system is windows server 2016 x64
Appreciate!