knime / knimepy

Other
44 stars 15 forks source link

ChildProcessError when running process with Container Output Table #33

Open zunction opened 2 years ago

zunction commented 2 years ago

Hi, I run into this error when I try to run wf.execute(). particularly it has this message:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\S11006~1\\AppData\\Local\\Temp\\tmpaz0gcomo\\output_19.json'

My workflow is simple in this form

image

I have another workflow which does not run into any issues and it looks like this:

image

Can i get some help on why this is happening?

cxandros commented 1 year ago

Can you Share the workflow?