On Wed, Nov 25, 2020 at 8:48 AM Axel Pahl <axelp...@gmx.de> wrote:

>
> my (tried & tested) "spell" to install RDKit via conda is the following
> (on Linux):
>
>     conda create -c conda-forge -n chem python=3.8 rdkit cairo cffi pillow
> matplotlib
>
> After activation of the environment,  finalize with a
>
>     pip install cairocffi
>
> The cairo- and ffi-related installs are recommended when you use the old
> drawing code.
>

But, to be clear, if you're using the new drawing code the RDKit does
not need pillow, cairocffi or cffi, or matplotlib.

-greg
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to