-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to extract Python archive on new Windows ARM ARM64 Github-hosted runner (Python 3.11 and 3.12) #931
Comments
Hi @remyroy 👋, |
Progress! Python
@priyagupta108 , should that be a default component on the Windows 11 ARM64 runner image, or is setup-python responsible for the dependency? |
Answering my own question: Dev tools belong in the base image. A new image for Win Arm64 is being prepared, see linked issue. |
Hello 👋, |
Description:
When running actions/setup-python on the new Windows ARM64 (Windows 11, win11-23h2-ent, 22631.4037.240811) Github-hosted runner, actions/setup-python fails to extract the downloaded Python archive with the following error message:
This is similar for Python 3.11 and Python 3.12.
Full job log can be found on:
From
Action version:
Specify the action version:
actions/setup-python@v5 (SHA:39cd14951b08e74b54015e9e001cdefcf80e669f)
Platform:
Runner type:
Tools version:
Python versions 3.11 and 3.12
Repro steps:
Expected behavior:
When using the official Github-hosted runner with the new Windows ARM64 image and actions/setup-python@v5 in a workflow, it should be able to download, extract and install Python 3.11 and 3.12 correctly to be used in various CI/Build automation processes.
Actual behavior:
When using the official Github-hosted runner with the new Windows ARM64 image and actions/setup-python@v5 in a workflow, it fails to extract and properly install Python 3.11 and 3.12 correctly to be used in various CI/Build automation processes.
The text was updated successfully, but these errors were encountered: