close
Skip to content

Error: Version 3.9.11 with arch x64 not found #541

@atayardimci

Description

@atayardimci

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.

Error: Version 3.9.11 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

Saw this comment under another issue and it seems related #162 (comment)

Action version:
actions/setup-python@v4

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

3.9.11
3.9.7

Repro steps:
A job that runs-on: ubuntu-latest. Using the action in a step as this

- name: Setup Python 
   id: setup-python
   uses: actions/setup-python@v4
   with:
     python-version: 3.9.11

Expected behavior:
Sets up Python without an issue

Actual behavior:
Receiving this error

Error: Version 3.9.11 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

Metadata

Metadata

Assignees

No one assigned

    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