Version 3.10 with arch x64 not found
See original GitHub issueDescription: 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:
- Created a year ago
- Reactions:2
- Comments:15 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
I am still experiencing the issue. Tried both with the env var mentioned above, and also without