ImportError: No module named KNIPImage

Hi!
I'm trying to execute the following workflow:

https://www.knime.org/nodeguide/community/image-processing/integrations/knime-python-extensions/python-scripting

I'm getting the following error:

ERROR Python Script (1⇒1)  0:11       Execute failed: Traceback (most recent call last):
  File "/home/francisco/knime_3.3.2/plugins/org.knime.python_3.3.0.v201611242050/py/PythonKernel.py", line 282, in execute
    exec(source_code, _exec_env, _exec_env)
  File "", line 3, in 
ImportError: No module named KNIPImage

I have the following Packages installed:

  •   KNIME Python Integration
      3.3.0.v201611242050  
      org.knime.features.python.feature.group 
  •   KNIME Image Processing
      1.5.4.201706010607
      org.knime.knip.feature.feature.group

I'm running KNIME Analytics Platform 3.3.2

What can I do?

Hi franciscohanna92,

in order to work with KNIP images in the python nodes, you additionally need to install the KNIME Image Processing - Python Extensions from the Stable Community Contributions.

Here is the link to the update site: http://update.knime.org/community-contributions/3.3

Then select and install: KNIME Image Processing - Python Extensions

That should solve the problem.

Cheers

David

 

 

2 Likes

Hi Dave.

Yes, I found the solution a little bit after I posted this question, but I forgot to post the solution here.
Thank you anyway!

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