Link error for Python 3.11 on Windows in github actions CI #3841
-
Three days ago the CI build for Kolo started failing with the following error:
This happens reliably to our Python 3.11 on Windows build, but not to any of the other builds. I haven't changed my github actions config and I'm 99% sure it's not related to any code changes (it even failed on pure python code changes). Does anyone have any advice for debugging this? I'm guessing it's most likely a bug in github actions but I haven't got anywhere with tracking it down. Here's the github actions workflow up to the failure point:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hmm. Couple ideas which we could start with:
Strange that it's just Python 3.11. From timing of three days ago, that would be when the latest runner image got rolled out: https://github.com/actions/runner-images/commits/main/images/windows/Windows2022-Readme.md May or may not be related... |
Beta Was this translation helpful? Give feedback.
Hmm. Couple ideas which we could start with:
PYO3_PRINT_CONFIG=1
environment variable, to see what it's configuring against and check it looks sensible.Strange that it's just Python 3.11. From timing of three days ago, that would be when the latest runner image got rolled out: https://github.com/actions/runner-images/commits/main/images/windows/Windows2022-Readme.md
May or may not be related...