Skip to content

conda build fails with latest anaconda on Windows 10 #49

@bfunchess

Description

@bfunchess

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions