Skip to content

Python 3.13.4 on Windows is broken  #1123

Closed as not planned
Closed as not planned
@MehdiChinoune

Description

@MehdiChinoune

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions