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
installed in the same environment that you installed the RDKit itself in?

-greg

On Wed, Apr 7, 2021 at 4:38 PM Andrés Sánchez Ruiz <
andressanchezrui...@gmail.com> wrote:

> 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 the module installed:
> rdkit 2021.03.1py39hfadf033_0conda-forge
>
> I followed both the guide offered in your page:
> https://www.rdkit.org/docs/Install.html and two other videos on youtube
> that describe the procedure: https://www.youtube.com/watch?v=3JywpzUKon8
> and https://www.youtube.com/watch?v=UmW9Cr8uF5g which are slighlty
> different.
> I have Windows 10 installed in this computer and python version 3.8.5 (the
> one that comes with anaconda). If you needed any further information that I
> am missing, please, let know.
>
> Thank in advance,
>
> Best regards,
>
> Andrés
>
> P.D. I first installed anaconda with the path option, then I uninstalled
> to see if such was the source of the error but still got it.
> ___
> Rdkit-discuss mailing list
> Rdkit-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>
___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss


[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 the module installed:
rdkit 2021.03.1py39hfadf033_0conda-forge

I followed both the guide offered in your page:
https://www.rdkit.org/docs/Install.html and two other videos on youtube
that describe the procedure: https://www.youtube.com/watch?v=3JywpzUKon8
and https://www.youtube.com/watch?v=UmW9Cr8uF5g which are slighlty
different.
I have Windows 10 installed in this computer and python version 3.8.5 (the
one that comes with anaconda). If you needed any further information that I
am missing, please, let know.

Thank in advance,

Best regards,

Andrés

P.D. I first installed anaconda with the path option, then I uninstalled to
see if such was the source of the error but still got it.
___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss