-
Notifications
You must be signed in to change notification settings - Fork 578
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
The version '3.11.6' with architecture 'x64' was not found for this operating system #913
Comments
Hello @ddomnicraj, Thank you for creating this issue. We will investigate it and provide feedback as soon as we have some updates. |
Hello @ddomnicraj 👋, - name: Create /etc/lsb-release
run: |
echo "DISTRIB_RELEASE=22.04" | sudo tee -a /etc/lsb-release This workaround helps with the identification process, aligning it with an Ubuntu release that has the desired Python version available. |
I have the same issue. I have found other similar past issues such as #544 - the issue here appeared to be using |
This got me a little bit further, but I got the following error message:
This is on a self hosted runner using Act using It looks like the image is missing some dependencies for Python? |
Popping in again to say that my tests are working on the Github hosted runners. I've been using Act to simulate my actions locally, and I've noticed that no matter what version I specify, its using Debian Buster - so I think my issue specifically is an issue with Act. |
We appreciate your input. Kindly note that our support for Python distributions is limited to the operating systems available on our GitHub-hosted runners. For more details, please refer to this document. Unfortunately, we do not offer support for another Linux distributions. We are proceeding to close this ticket. Thank you for your understanding. |
Description:
The version '3.11.6' with architecture 'x64' was not found for this operating system.
Operating System - RHEL9.
NAME="Red Hat Enterprise Linux"
VERSION="9.4 (Plow)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="9.4"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Red Hat Enterprise Linux 9.4 (Plow)"
ANSI_COLOR="0;31"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos"
Action version:
Run actions/setup-python@v5
with:
python-version: 3.11.6
Platform:
Runner type:
Tools version:
3.11.6
Actual behavior:
Installed versions
Version 3.11.6 was not found in the local cache
Error: The version '3.11.6' with architecture 'x64' was not found for this operating system.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
The text was updated successfully, but these errors were encountered: