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
but should just rely on the {{ compiler('c') }} function to provide the correct compilers on windows. In particular, conda-forge has moved on to vs2019 as the default compiler a while ago already.
If you think you need vs2017, please let us know why (generally vs2019 and vs2022 should be fully compatible). If it's really necessary, please use the dedicated mechanism in conda_build_config.yaml for that, i.e.
Hey all
This feedstock is directly specifying
vs2017_{{ target_platform }}
as a dependency,louvain-feedstock/recipe/meta.yaml
Lines 21 to 27 in e675490
but should just rely on the
{{ compiler('c') }}
function to provide the correct compilers on windows. In particular, conda-forge has moved on to vs2019 as the default compiler a while ago already.If you think you need vs2017, please let us know why (generally vs2019 and vs2022 should be fully compatible). If it's really necessary, please use the dedicated mechanism in
conda_build_config.yaml
for that, i.e.as opposed to specifying it in
meta.yaml
directlyThe text was updated successfully, but these errors were encountered: