Python Script: ImportError: No module named rdkit

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.

 

 

This should now be fixed with version 2.11.1.

Hi, I have the same trouble with 3.2.1 version.

No module   File "<string>", line 3, in <module>
ImportError: No module named instagram.client

The lib is in local and works perfectly with my python IDE.

Any suggest will be appreciated. Thanks.