hi i get this when trying to run the tutorial, what to we need to install rdkit in google collab ? thinks
ImportError Traceback (most recent call last)
in ()
1 import pandas as pd
----> 2 from rdkit import Chem
3 from rdkit.Chem import PandasTools
4 from rdkit.Chem.Draw import IPythonConsole
5
ImportError: cannot import name 'Chem'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
hi i get this when trying to run the tutorial, what to we need to install rdkit in google collab ? thinks
ImportError Traceback (most recent call last)
in ()
1 import pandas as pd
----> 2 from rdkit import Chem
3 from rdkit.Chem import PandasTools
4 from rdkit.Chem.Draw import IPythonConsole
5
ImportError: cannot import name 'Chem'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.