Dear Greg,

I didn't know I had to send my answer to the discuss inbox... my bad. First
of all, thank you very much for your quick answer. But yes, I also have
ipython installed in my enviroment and still get the same error :

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

El mié, 7 abr 2021 a las 17:09, Greg Landrum (<greg.land...@gmail.com>)
escribió:

> 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 "<ipython-input-1-6b72bd8913ab>", line 1, in <module>
>>     import rdkit
>>
>> ModuleNotFoundError: No module named 'rdkit'
>>
>> However, when I check in my enviroment I can see the module installed:
>> rdkit                     2021.03.1        py39hfadf033_0    conda-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

Reply via email to