Re: [Rdkit-discuss] ModuleNotFoundError: No module named 'rdkit'

2021-04-07 Thread Greg Landrum
Hi Andrés, The typical reason for this problem is that you created a separate environment for the RDKit and installed the package there, but forgot to install ipython. When this happens ipython is run from the base environment and can't find the rdkit. Can you please confirm that you have ipython

[Rdkit-discuss] ModuleNotFoundError: No module named 'rdkit'

2021-04-07 Thread Andrés Sánchez Ruiz
To whom it may concern, I am having some trouble with the rdkit installation, the error I get is the following: > import rdkit Traceback (most recent call last): File "", line 1, in import rdkit ModuleNotFoundError: No module named 'rdkit' However, when I check in my enviroment I can see