Skip to content
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

Python version '3.12.x' with architecture 'arm64' was not found for Ubuntu 24.04 #902

Open
2 tasks done
MarkusSintonen opened this issue Jun 28, 2024 · 1 comment
Open
2 tasks done
Labels
bug Something isn't working

Comments

@MarkusSintonen
Copy link

MarkusSintonen commented Jun 28, 2024

Description:
In Github Action arm64 runners with Ubuntu 24.04 (Ubuntu 24.04 by Arm Limited) actions/setup-python gives errors such as Error: The version '3.12.x' with architecture 'arm64' was not found for Ubuntu 24.04..

Action version:
v5.1.0

Platform:

  • Ubuntu

Runner type:

  • Hosted

Tools version:
3.12.x

Repro steps:
Try to use setup-python in arm64 runners with Ubuntu 24.04 (Ubuntu 24.04 by Arm Limited).

- name: Setup Python
  uses: actions/setup-python@v5.1.0
  with:
    python-version: 3.12.x

Expected behavior:
Python executable should be found for Ubuntu 24.04 for the arm64 runner.

Actual behavior:
Error happens

@MarkusSintonen MarkusSintonen added bug Something isn't working needs triage labels Jun 28, 2024
@aparnajyothi-y
Copy link

Hello @aparnajyothi-y, Thank you for creating this issue and we will look into it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants