I'm trying to use RDKit in the new Python Script Node and I get below error:
ERROR Python Script Execute failed: Traceback (most recent call last):
File "C:\Program Files\KNIME_2.10.0\plugins\org.knime.python_2.11.0.0045437\py\PythonKernel.py", line 238, in execute
exec(source_code, _global_env, _local_env)
File "<string>", line 4, in <module>
ImportError: No module named rdkit
How can I resolve this? RDKit works fine using the same python installation in stand-alone.