azure CI Run docker build
step for win and linux fails: python version mismatch during Configure conda
#27024
Labels
Run docker build
step for win and linux fails: python version mismatch during Configure conda
#27024
Bug:
@conda-forge/staged-recipes It seems like there is a newly occurring error that causes the
win
andlinux
builds to fail (but not the osx ones) on a number of recipes. I for example see this consistently coming up in the following PRs:This only started during the day, I was debugging a different problem earlier and the linux build in the last mentioned PR was running through. Here's the error and backtrace that comes up in all of these cases now (with a bit of leading context):
So the issue here is that
typing.Self
was only added inpython 3.11
, but ehre miniforge is usingpythong 3.10
somehow. So I am assuming something in the miniforge stack changed in the meantime. Maybe this is related to the planned python version upgrade over there (although nothing happened there in the past days / hours):conda-forge/miniforge#603
Maybe some preparation for this upgrade already gets pulled in somewhere, and then clashes with the above PR not yet being merged?
But I am also not sure where exactly this happens over here, either. Probably here (for win, at least):
staged-recipes/.azure-pipelines/azure-pipelines-win.yml
Line 19 in 7a09bbe
But I hope someone familiar with infrastructure here can get to the bottom of this quicker than me...
The text was updated successfully, but these errors were encountered: