René's URL Explorer Experiment


Title: Error: Version X with arch x64 not found · Issue #162 · actions/setup-python · GitHub

Open Graph Title: Error: Version X with arch x64 not found · Issue #162 · actions/setup-python

X Title: Error: Version X with arch x64 not found · Issue #162 · actions/setup-python

Description: Describe the bug I am attempting to use setup-python with a self-hosted runner running on an ec2 instance. I am using this ami ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20201112. I have followed the instructions here. I am g...

Open Graph Description: Describe the bug I am attempting to use setup-python with a self-hosted runner running on an ec2 instance. I am using this ami ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20201112. I hav...

X Description: Describe the bug I am attempting to use setup-python with a self-hosted runner running on an ec2 instance. I am using this ami ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20201112. I hav...

Opengraph URL: https://github.com/actions/setup-python/issues/162

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Error: Version X with arch x64 not found","articleBody":"**Describe the bug**\r\nI am attempting to use setup-python with a self-hosted runner running on an ec2 instance. I am using this ami `ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20201112`. I have followed the instructions [here](https://github.com/actions/setup-python#linux). I am getting the following output when the setup-python action is run:\r\n\r\n```\r\nRun actions/setup-python@v2\r\n  with:\r\n    python-version: 3.7.7\r\n    token: ***\r\n  env:\r\n    AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache\r\nVersion 3.7.7 was not found in the local cache\r\nVersion 3.7.7 is available for downloading\r\nDownload from \"https://github.com/actions/python-versions/releases/download/3.7.7-20200609.4/python-3.7.7-linux-18.04-x64.tar.gz\"\r\nExtract downloaded archive\r\n/bin/tar xz --warning=no-unknown-keyword -C /actions-runner/_work/_temp/f7f341f3-b2b9-4eff-bff0-5b55acb3a0f1 -f /actions-runner/_work/_temp/402c2129-71c1-46e4-9263-3b04a4b9772a\r\nExecute installation script\r\nCheck if Python hostedtoolcache folder exist...\r\nCreate Python 3.7.7 folder\r\nCopy Python binaries to hostedtoolcache folder\r\nCreate additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action)\r\nUpgrading PIP...\r\nLooking in links: /tmp/tmpryj40n3d\r\nRequirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.7.7/x64/lib/python3.7/site-packages (41.2.0)\r\nRequirement already satisfied: pip in /opt/hostedtoolcache/Python/3.7.7/x64/lib/python3.7/site-packages (19.2.3)\r\nCollecting pip\r\nUsing cached https://files.pythonhosted.org/packages/cb/28/91f26bd088ce8e22169032100d4260614fc3da435025ff389ef1d396a433/pip-20.2.4-py2.py3-none-any.whl\r\nInstalling collected packages: pip\r\nSuccessfully installed pip-20.2.4\r\nCreate complete file\r\nError: Version 3.7.7 with arch x64 not found\r\nThe list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json\r\n```\r\n\r\nIt's unclear what is actually failing as it seems to be finding the 3.7.7 python version and installs it and then it fails after installing pip.\r\n\r\n**Which version of the action are you using?**\r\n\r\n- [ ] `v1`\r\n- [X] `v2`\r\n- [ ] Some other tag (such as `v2.0.1` or `master`)\r\n\r\n**Environment**\r\n- [X] self-hosted\r\n- [X] Linux\r\n- [ ] Windows\r\n- [ ] Mac\r\n\r\nIf applicable, please specify if you're using a container\r\n\r\n**Python Versions**\r\nPlease list all of the effected versions of Python (`3.8.2`, etc.)\r\nTried 3.7.7, 3.10.0-alpha.2\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n1. Go to '...'\r\n2. Click on '....'\r\n3. Scroll down to '....'\r\n4. See error\r\n\r\n**Run/Repo Url**\r\nIf applicable, and if your repo/run is public, please include a URL so it is easier for us to investigate.\r\nNA\r\n\r\n**Screenshots**\r\n\u003cimg width=\"1710\" alt=\"Screen Shot 2020-11-13 at 5 00 32 PM\" src=\"https://user-images.githubusercontent.com/370955/99125306-c47f4600-25d1-11eb-9b8d-ef4d88b16bbf.png\"\u003e\r\n\r\n**Additional context**\r\nHere's the script that launches the runner:\r\n```\r\n#!/bin/bash -xe\r\napt-get update -y\r\napt-get upgrade -y\r\n${local.apt-get-all-packages}\r\nsudo usermod -a -G docker ubuntu\r\nsudo systemctl start docker\r\nsudo systemctl enable docker\r\nexport RUNNER_ALLOW_RUNASROOT=true\r\nexport AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache\r\nmkdir actions-runner\r\nmkdir /opt/hostedtoolcache\r\ncd actions-runner\r\ncurl -O -L https://github.com/actions/runner/releases/download/v${var.runner-version}/actions-runner-linux-x64-${var.runner-version}.tar.gz\r\ntar xzf ./actions-runner-linux-x64-${var.runner-version}.tar.gz\r\n./config.sh --url https://github.com/${var.owner}/${var.repository} --token ${var.github-registration-token} --name \"actions-runner-$(hostname)\" --unattended\r\nsudo ./svc.sh install\r\nsudo ./svc.sh start\r\n```\r\n","author":{"url":"https://github.com/kldavis4","@type":"Person","name":"kldavis4"},"datePublished":"2020-11-13T22:03:38.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":74},"url":"https://github.com/162/setup-python/issues/162"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ccb5da14-080a-6043-15f6-55faa38c7321
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id894E:3C5CB:1F898A0:2B6629F:6A4EC22D
html-safe-nonced3cf762ca6e1f64a1d9082f3440615cacaa01897148074d780e65c4193275c65
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4OTRFOjNDNUNCOjFGODk4QTA6MkI2NjI5Rjo2QTRFQzIyRCIsInZpc2l0b3JfaWQiOiI1NTQ0MTc5MDIyODE5MTQ4MzMzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac7cfe0971a5ca0a2d43dd1d82d62ffb698ec90956765a033885d40162dc974916
hovercard-subject-tagissue:742816747
github-keyboard-shortcutsrepository,issues,actions,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/actions/setup-python/162/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a79f4167c4d17ab375eb911605c7d5bdf73bb1177fc262c5bd52ef0e647fd39a/actions/setup-python/issues/162
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a79f4167c4d17ab375eb911605c7d5bdf73bb1177fc262c5bd52ef0e647fd39a/actions/setup-python/issues/162
og:image:altDescribe the bug I am attempting to use setup-python with a self-hosted runner running on an ec2 instance. I am using this ami ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20201112. I hav...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamekldavis4
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
go-importgithub.com/actions/setup-python git https://github.com/actions/setup-python.git
octolytics-dimension-user_id44036562
octolytics-dimension-user_loginactions
octolytics-dimension-repository_id192625525
octolytics-dimension-repository_nwoactions/setup-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id192625525
octolytics-dimension-repository_network_root_nwoactions/setup-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/actions/setup-python/issues/162#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Factions%2Fsetup-python%2Fissues%2F162
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Factions%2Fsetup-python%2Fissues%2F162
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=actions%2Fsetup-python
Reloadhttps://github.com/actions/setup-python/issues/162
Reloadhttps://github.com/actions/setup-python/issues/162
Reloadhttps://github.com/actions/setup-python/issues/162
Please reload this pagehttps://github.com/actions/setup-python/issues/162
actions https://github.com/actions
setup-pythonhttps://github.com/actions/setup-python
Notifications https://github.com/login?return_to=%2Factions%2Fsetup-python
Fork 726 https://github.com/login?return_to=%2Factions%2Fsetup-python
Star 2.2k https://github.com/login?return_to=%2Factions%2Fsetup-python
Code https://github.com/actions/setup-python
Issues 42 https://github.com/actions/setup-python/issues
Pull requests 33 https://github.com/actions/setup-python/pulls
Actions https://github.com/actions/setup-python/actions
Projects https://github.com/actions/setup-python/projects
Security and quality 0 https://github.com/actions/setup-python/security
Insights https://github.com/actions/setup-python/pulse
Code https://github.com/actions/setup-python
Issues https://github.com/actions/setup-python/issues
Pull requests https://github.com/actions/setup-python/pulls
Actions https://github.com/actions/setup-python/actions
Projects https://github.com/actions/setup-python/projects
Security and quality https://github.com/actions/setup-python/security
Insights https://github.com/actions/setup-python/pulse
OML-Team/open-metric-learning#237https://github.com/OML-Team/open-metric-learning/pull/237
Error: Version X with arch x64 not foundhttps://github.com/actions/setup-python/issues/162#top
OML-Team/open-metric-learning#237https://github.com/OML-Team/open-metric-learning/pull/237
https://github.com/dsame
bugSomething isn't workinghttps://github.com/actions/setup-python/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/kldavis4
kldavis4https://github.com/kldavis4
on Nov 13, 2020https://github.com/actions/setup-python/issues/162#issue-742816747
herehttps://github.com/actions/setup-python#linux
https://user-images.githubusercontent.com/370955/99125306-c47f4600-25d1-11eb-9b8d-ef4d88b16bbf.png
dsamehttps://github.com/dsame
bugSomething isn't workinghttps://github.com/actions/setup-python/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.