error on self hosted runner
See original GitHub issueI’m using this link as reference https://github.com/actions/setup-python#using-setup-python-with-a-self-hosted-runner
the error message:
Execute installation script
Check if Python hostedtoolcache folder exist...
Deleting Python 3.8.5
Create Python 3.8.5 folder
Copy Python binaries to hostedtoolcache folder
Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action)
Upgrading PIP...
Error: ./setup.sh: line 52: ./python: cannot execute binary file: Exec format error
Error: The process '/usr/bin/bash' failed with exit code 126
##[debug]Node Action run completed with exit code 1
##[debug]Finishing: Setting Up Python version 3.8.5
OS: ubuntu 20.04 python-version: “3.8.5” architecture: “x64”
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Monitoring and troubleshooting self-hosted runners
You can monitor your self-hosted runners to view their activity and diagnose common issues.
Read more >Troubleshoot self-hosted runner - CircleCI
The following are errors you could encounter using container runner. Container fails to start due to disk space. The task remains in the...
Read more >docker-compose from Github Action (self-hosted runner ...
I've run docker-compose up --build --scale cypress=3 --force-recreate whilst remoted onto the self-hosted running, the command is successful.
Read more >Bitbucket Runners - Self hosted - 403 errors
The error is very random, happens on different projects. There have been no changes to our pipeline.yml files or permissions in our BB...
Read more >GitHub self-hosted runner can't reach SonarQube
... a self-hosted runner where we are running SonarQube scan, but at the moment of running the workflow we're getting the following error:....
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
Hello @weiztech ,
I used the step
there’s a workflow yaml used to run the job https://github.com/akv-demo/setup-python-test/actions/runs/2231537802/workflow
Doesn’t work on macos either: