Skip to content

Python Version 2.7 with arch x64 not found #543

@albertz

Description

@albertz

Description:
I get the error:

Run actions/setup-python@v2
  with:
    python-version: 2.7
    token: ***
Version 2.7 was not found in the local cache
Error: Version 2.7 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

I get this for the first time now, and have not changed any code. It has worked since a long time before.

Action version:
v2

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

Python 2.7

Repro steps:
In my GitHub workflows file, I have:

    - uses: actions/setup-python@v2
      with:
        python-version: 2.7

Expected behavior:
It should work, just like it has in the last year.

Actual behavior:
The error above.

Metadata

Metadata

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