简体   繁体   中英

How to install rdkit with anaconda

I'm trying to install rdkit with

conda create -c rdkit -n my-rdkit-env rdkit

but when it's Downloading and Extracting Packages it's stopping? what should I do? I tried every command I found on the inte.net and none of them work!

conda install rdkit -c rdkit

If this doesn't work, then something is wrong with your anaconda installation.

I wasn't able to install RDKit from conda's default channel as suggested by @MichalK's answer. Instead, I had to install from conda's conda-forge channel:

conda install -c conda-forge rdkit

Another advantage of using the conda-forge channel is that it has more recent version (v2022.09.4 for linux-64) of RDKit than the default channel (v2020.09.1.0 for linux-64).

conda version: 4.13.0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM