Re: [Rdkit-discuss] ModuleNotFoundError: No module named 'rdkit'
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
From: Andrés S. R. <and...@gm...> - 2021-04-14 14:46:49
|
Dear Greg, This is what I see after activating my enviroment (foodpains) and introducing your command: C:\Anaconda\envs\foodpains\lib\site-packages\IPython\__init__.py C:\Anaconda\envs\foodpains\lib\site-packages\rdkit\__init__.py Best regards, Andrés El mié, 14 abr 2021 a las 15:42, Greg Landrum (<gre...@gm...>) escribió: > > 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 |