You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: