Re: [Rdkit-discuss] ModuleNotFoundError: No module named 'rdkit'
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
From: Greg L. <gre...@gm...> - 2021-04-14 13:42:27
|
What do you see when you execute this quick test to ensure that ipython and the rdkit are both really installed? python -c 'import IPython;import rdkit;print(IPython.__file__,rdkit.__file__)' -greg On Wed, Apr 14, 2021 at 2:58 PM Andrés Sánchez Ruiz < and...@gm...> wrote: > Hello, > > I have not been able to solve the issue yet after installing ipython > in the same enviroment in which I have RDKIT. > > ipython 7.22.0 py39hd4e2768_0 > ipython_genutils 0.2.0 pyhd3eb1b0_1 > . > . > . > rdkit 2021.03.1 py39hfadf033_0 conda-forge > > From this enviroment I can call pandas (for example) but not RDKIT. > What is still not working? > > Best regards, > > Andrés > > > _______________________________________________ > Rdkit-discuss mailing list > Rdk...@li... > https://lists.sourceforge.net/lists/listinfo/rdkit-discuss > |