Closed as not planned
Description
Description:
While trying to setup a CI job on Windows ARM64, I found out that the python installed is the free threaded one, unless there is an issue elsewhere.
C:\hostedtoolcache\windows\Python\3.13.4\arm64\include\Python.h(51): fatal error C1189: #error: "The limited API is not currently supported in the free-threaded build"
It occurs when trying to install psutil with pip
pip install psutil
Action version:
Specify the action version
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
3.13
Repro steps:
pip install psutil
Expected behavior:
Get the standard python.
Actual behavior:
free-threaded python was installed.