Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda build fails with latest anaconda on Windows 10 #49

Open
bfunchess opened this issue May 9, 2017 · 2 comments
Open

conda build fails with latest anaconda on Windows 10 #49

bfunchess opened this issue May 9, 2017 · 2 comments

Comments

@bfunchess
Copy link

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"

@greglandrum
Copy link
Member

@bfunchess : Can you please try with the version that's on the development branch? It should be fixed there.

@greglandrum
Copy link
Member

Apologies. It looks like I may not have pushed the most recent version of that branch. I will do that later today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants