NameError: name 'pyOut' is not defined

Hi, i want to run an Python Script in Knime. When i want to execute the Python Snippet Node, the error above will appear. The following Screenshots show the Workflow itself and the script in the Python Snippet Node.


Can anyone help me pls?

@Philipp_kni welcome to the KNIME forum. I would suggest you try to familiarise yourself with the Python integration concept in knime.

To get data from python to knime you will have to define a data frame (pandas) that you can convert to an arrow table.

https://docs.knime.com/latest/python_installation_guide/index.html#use-nodes

5 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.