3D-e-Chem / knime-python-wrapper

Utilities for development of KNIME nodes calling Python scripts.
GNU General Public License v3.0
1 stars 1 forks source link

Errot when using sygma metabolites #5

Open marcabrus opened 6 years ago

marcabrus commented 6 years ago

I've experienced this error qhen i'm usting the node sygma metabolites.

Execute failed: org.knime.python2.kernel.PythonKernel.execute(Ljava/lang/String;Lorg/knime/core/node/ExecutionContext;)[Ljava/lang/String;

I think this is related to the python wrapper since when I try to use a python snippet (using the same script of the sygma node) everything goes ok.

sverhoeven commented 3 years ago

A new version has been released that fixes the problem. You should be able to install 3D-e-Chem nodes v1.6.0 from KNIME Community Extensions (https://update.knime.com/community-contributions/4.3) update site or from https://3d-e-chem.github.io/knime-node-collection/4.3/ if community extensions is not yet updated.

marcabrus commented 3 years ago

Thank you very much!