Hi,
I am trying to add a Conda Environment Propogation node into one of the components contained in the Time Series workflow (01_Accessing_Transforming_and_Modeling_Time_Series)
I am doing this as I have an issue with the Python Script node in the component and am looking to use the information provided in another post that shows adding the Conda node to drive the environment.
However when trying to add the node nothing happens, I have tried with other nodes and the same happens. Are these components locked as Read Only and if so is there a way to change it so we can amend the component ?
Thanks
For your question on components, Is the component you are trying to edit linked? If it is you can right click on it go to:
‘Component’ → ‘Disconnect Link’
This should allow you to open it up and edit it.
Next on your python script issues, are you trying to use the environment propagation node? You will first need to make sure the python environment you are using has the proper libraries to run the script.
The Conda Environment Propogation node is typically for you can say saving an environment to any downstream nodes in the host system, so you can run it on for example on the Knime hub.
If it was not there originally, it will not work as a way of getting the proper imports for any downstream nodes. You will need to manually install those to your environment you are using. (as in the node you will have to select one of your local environments for it load up)