conda-rdkit
conda-rdkit copied to clipboard
conda build fails with latest anaconda on Windows 10
The conda build using the current version of Anaconda (4.3.1) fails in the conda build boost stage due to a mismatch in the Python version (the build recipe does not recognize Python 3.6).
(K:\Anaconda3-64\conda-bld\boost_1494361869825_b_env) K:\Anaconda3-64\conda-bld\boost_1494361869825\work>if "3.6" == "2.7" (set BOOST_TOOLSET=msvc-9.0 ) else if "3.6" == "3.4" (set BOOST_TOOLSET=msvc-10.0 ) else if "3.6" == "3.5" (set BOOST_TOOLSET=msvc-14.0 ) else ( echo "Unexpected version of python" exit 1 ) "Unexpected version of python"
@bfunchess : Can you please try with the version that's on the development branch? It should be fixed there.
Apologies. It looks like I may not have pushed the most recent version of that branch. I will do that later today.