Hi Drew, You have conda 4.3, which might be too old, and/or is missing the new Anaconda "main" channel. Try "conda update conda", or if that doesn't do the trick, try installing a fresh copy of Miniconda.
Cheers, Thomas > On Jun 9, 2018, at 11:39 AM, Drew Gibson via Rdkit-discuss > <[email protected]> wrote: > > Hi, > > I am just installing the conda build on Windows, and it looks like I am > getting rdkit 2017.09.1 rather than 2018.03.2 > > Current conda install: > platform : win-64 > conda version : 4.3.23 > conda is private : False > conda-env version : 4.3.23 > conda-build version : not installed > python version : 3.6.0.final.0 > requests version : 2.12.4 > > but when I run conda create -c rdkit -n rdkit rdkit > > I get > > The following NEW packages will be INSTALLED: > ... > rdkit: 2017.09.1-py36_1 rdkit > ... > > and sure enough it self identifies as 2017.09.1 - > > >>> from rdkit import rdBase > >>> rdBase.rdkitVersion > '2017.09.1' > > Incorrect version ? Or just an incorrect version number ? > > Cheers ! > > Drew > > On Wed, 6 Jun 2018 at 06:57, Greg Landrum <[email protected]> wrote: > Hi, > > The 2018.03.2 release of the RDKit is now available. This is a patch release, > so it just contains bug fixes. > > I've uploaded conda builds for Linux, the Mac, and Windows (I'm still working > on the python 3.5 build, but 3.6 is up), as well as Linux and Mac builds of > the cartridge. NOTE that this is now called: rdkit-postgresql. There should > be builds available that work with the conda postgresql packages for v9.5, > 9.6, and 10.0. If you give the cartridge builds a try, I would love to hear > feedback on how it goes. > > The release notes are here: > https://github.com/rdkit/rdkit/releases/tag/Release_2018_03_2 > > Best, > -greg -- Thomas Holder PyMOL Principal Developer Schrödinger, Inc. ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

