Closed
Description
Description:
Azure appears to be slowly rolling out image version 20230408.1
. This seems to have hit our Python 3.10 jobs with the error:
RuntimeError: tk.h version (8.5) doesn't match libtk.a version (8.6)
This didn't affect the 3.9 job, which is also using the 20230408.1
image.
Action version:
0.214.0
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
3.10.11
Expected behavior:
Tk works correctly.
Actual behavior:
A runtime error is raised when attempting to import Tk:
RuntimeError: tk.h version (8.5) doesn't match libtk.a version (8.6)