question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version 3.10 with arch x64 not found

See original GitHub issue

Description: Version 3.10 with arch x64 is not found when running on self-hosted runner.

Action version: latest

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

3.10, altough it seems like all versions are affected

Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.

- name: Set up Python 3.10
        uses: actions/setup-python@v3
        with:
          python-version: "3.10"
          cache: "pip"

Expected behavior: Version should be fetched correctly.

Actual behavior: The 3.10 version for x64 exists but the error says otherwise.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
dsamecommented, May 17, 2022

@BlueskyFR @TechDawg270

It is confirmed the problem relates to Debian boosters

Succees on Ubuntu-20 Fail on Debian 10.12

We need a bit more time to investigate the problem with the specific distro

4reactions
TechDawg270commented, May 12, 2022

I am still experiencing the issue. Tried both with the env var mentioned above, and also without

- uses: actions/setup-python@v3
        with:
          python-version: '3.10'
          architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
        env:
          AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
Read more comments on GitHub >

github_iconTop Results From Across the Web

Version of arch x64 not found - continuous integration
I don't get which things to change to remove this issue and I am expecting , this 2.7 Version should be installed with...
Read more >
@hugovk@mastodon.social on Twitter: "And you can now ...
Is this a common problem? Does the architecture need to be specified to something other than x64? Error: Version 3.10 with arch x64...
Read more >
UsePythonVersion@0 - Use Python version v0 task
This task will fail if no Python versions are found in Agent.ToolsDirectory . Available Python versions on Microsoft-hosted agents can be found ......
Read more >
GitHub ActionsでPythonの3.10を使う方法 - エヌの独り言
Annotations に書いてある内容を見てみましょう. Version 3.1 with arch x64 not found The list of all available versions can be found here: ...
Read more >
setup-python now supports dependency caching
steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: '3.9' cache: 'pip' - run: pip install -r ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found