Hi Dimitri,

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.

Kind regards,
Axel

On 24.11.20 21:46, dmaziuk via Rdkit-discuss wrote:
Hi all,

what is the magic spiel to install rdkit in miniconda these days? --
My container that worked a year ago now won't build because "my python
=3.8" and rdkit wants "<3.8.0a0".

This is miniconda3-lates on linux x64

TIA
Dimitri


_______________________________________________
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