-
Notifications
You must be signed in to change notification settings - Fork 561
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
Error: Version 3.9.11 with arch x64 not found #541
Comments
Pinning the runner image version to |
original yaml file was not installing specified version in action matrix. added action to install specified version for python. bumping python 3.6.2 to 3.6.7 as following are the versions valid for the new action used. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json Use ubuntu-20.04 to install python 3.10 refer to issue `https://github.com/actions/setup-python/issues/541`
original yaml file was not installing specified version in action matrix. added action to install specified version for python. bumping python 3.6.2 to 3.6.7 as following are the versions valid for the new action used. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json Use ubuntu-20.04 to install python 3.10 refer to issue `https://github.com/actions/setup-python/issues/541`
original yaml file was not installing specified version in action matrix. add action to install specified version for python. Use ubuntu-20.04 to install python 3.10 refer to issue `https://github.com/actions/setup-python/issues/541`
original yaml file was not installing specified version in action matrix. add action to install specified version for python. Use ubuntu-20.04 to install python 3.10 refer to issue `https://github.com/actions/setup-python/issues/541`
Can we re-open this issue? It seems like it's still a bug if we now need to track ubuntu versions rather than referencing |
Hello @bweisberger ! - name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9' |
@MaksimZhukov Thanks for the guidance, I went ahead and truncated our |
@atayardimci I'm fine closing this issue again, with @MaksimZhukov's guidance that we can continue using |
act -P ubuntu-20.04=catthehacker/ubuntu:act-22.04 |
This one worked for me. Could not get the standard image to work with any of the workarounds. |
Description:
I've been using this action without an issue until a few days ago. Currently having this error while trying to setup Python 3.9.11. I have the same error with other Python versions.
Saw this comment under another issue and it seems related #162 (comment)
Action version:
actions/setup-python@v4
Platform:
Runner type:
Tools version:
3.9.11
3.9.7
Repro steps:
A job that
runs-on: ubuntu-latest
. Using the action in a step as thisExpected behavior:
Sets up Python without an issue
Actual behavior:
Receiving this error
The text was updated successfully, but these errors were encountered: