rdkit / conda-rdkit

Conda build recipe for the rdkit
51 stars 30 forks source link

Conda package rdkit-postgresql downgrades my rdkit conda package #77

Closed malteseunderdog closed 5 years ago

malteseunderdog commented 5 years ago

I try to install the postgresql cartridge via conda install rdkit-postgresql but this does not work with the latest version of RDKit 2019.03.3

It either installs 2018 version if run with

conda create -c rdkit -n rdkit2 rdkit rdkit-postgresql

Or if I try -- I get a ton of dependency errors

conda install -c rdkit -n rdkit rdkit-postgresql
greglandrum commented 5 years ago

This is an issue for the conda-rdkit repo

greglandrum commented 5 years ago

I didn't manage to finish doing the cartridge build when I did the python builds. I'll try and get it up later today.

In the meantime: It is a generally good idea anyway to have separate conda envs for these things.