Hi Germano,
You can also install rdkit in the default environment:
conda install -c rdkit rdkit

Best,
Michal


On 29 June 2017 at 14:22, Germano Massullo <germano.massu...@gmail.com>
wrote:

> Hi there, I am experiencing some troubles in letting jupyter use rdkit
> on Fedora 25
> I installed Anaconda 4.4.0
> then following [1] I runned
>
> $ conda create -c rdkit -n my-rdkit-env rdkit
> $ source activate my-rdkit-env
>
> then
>
> $ jupyter-notebook --ip foo_ip --port 8890
>
> then from jupyter notebook
>
> from rdkit import Chem
> from rdkit.Chem import AllChem
> from rdkit.Chem import Descriptors
>
> but those imports return
> ====
> CondaEnvironmentNotFoundError: Could not find environment: my-rdkit-env .
> You can list all discoverable environments with `====`.
> ====
>
> running
> conda info --envs
> I get
> # conda environments:
> #
> my-rdkit-env          *  /home/user/.conda/envs/my-rdkit-env
> root                     /opt/anaconda3
>
>
> Thank you very much
>
> [1]: http://www.rdkit.org/docs/Install.html
>
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Rdkit-discuss mailing list
> Rdkit-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to