No module named 'knime' in DL Python Network Creator

Hi,

I’ve been using KNIME to set predictive models, and now I’m stuck in an error. While I was trying to run a Python script in the DL Python Network Creator with Keras, this error kept persisting:

“No module named ‘knime’
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘knime’ ”

I’ve installed Conda 25.7.0 as the KNIME Python Integration Installation Guide (https://docs.knime.com/2019-06/python_installation_guide/index.html#anaconda_setup) shows, and then I installed the KNIME Python Integration, KNIME Deep Learning - Keras Integration and KNIME Deep Learning - TensorFlow 2 Integration extensions. Then I created the CPU environments for Keras and Tensorflow2, as KNIME recommends, going to Preferences>Python Deep Learning and clicking in New environment.

I have also tried setting the environments manually using these guides and YAML files:

KNIME and Python — Setting up Deep Learning Environments for Keras and TensorFlow

KNIME and Python — Setting up and managing Conda environments

Even enforcing the system to append the “org.knime.python3.scripting folder”, where knime.scripting.io should be, into PYTHONPATH hasn’t worked.

I would appreciate a lot if someone could help me.

Thanks for your time,

Anton