The solution was already on the Knime forum, and I had missed it
In my case I exported the preferences .epf file with File > Export Preferences
And then pointed to that file when running Knime on the command interface using:
<knime_directory> -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=‘<workflow_dir>’ -reset -nosave -workflow.variable=server_name,‘<server_name>’,String -preferences=“<path-to-exported-preferences-file>”
All sorted! Cheers
Berti
Hi everyone, looking for some insight. I’m running Knime 4.0.2 on Windows 10, using the Python Source node. I have Anaconda installed (python 3.6.9, no python 2.x), set up a custom environment using the Knime Python configuration dialog, and have the custom environment selected as the default environment for Python 3. In addition, I have Python 3 configured as the default version of python for Knime to use.
Everything works as expected inside of the GUI environment - the python source node e…
1 Like