Hi @Gelora_Fikrisin ,
If you are using your own Python environment, you may need to check whether the “knime-python-scripting” package has been installed in the current environment.
In the self-installed Python environment, this package needs to be installed additionally.
my knime & phyton have connected. but i can’t run my knime especially the prophet library, whereas i have installed in my anaconda prompt and using environment where i install the prophet library.
anyone can help me?
@Gelora_Fikrisin you will have to make sure the Python node has the environment that has prophecy. Conda environment propagation is one way to do this. More details:
agree with mlauber - looks like the conda env you have created is not compatible - I recommend to initially set up your env by following the guide to make sure the right dependencies are installed to make it work in KNIME.