mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1856] cannot find specific version when running with python-setup #903
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#903
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lamhktommy on GitHub (Jun 11, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1856
Bug report info
Command used with act
Describe issue
::debug::Unable to locate executable file: lsb_release. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to
verify the file is executable.
[deploy dev/Build Docker image] ❗ ::error::The version '3.9' with architecture 'x64' was not found for this operating system. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
[deploy dev/Build Docker image] ❌ Failure - Main actions/setup-python@v4
[deploy dev/Build Docker image] exitcode '1': failure
[deploy dev/Build Docker image] 🏁 Job failed
Error: Job 'Build Docker image' failed
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@gilzow commented on GitHub (Jun 16, 2023):
same exact issue. Doesn't seem to matter what version of python I try to use it fails saying it can't find the version+architecture for my OS.
@adamgranthendry commented on GitHub (Aug 8, 2023):
Exactly (Windows user here)
@Kakadus commented on GitHub (Aug 15, 2023):
The error about
lsb-releaseis because the package is not installed innode:16-buster-slim. You could reinstall it viaapt, but this does not fix it for this runner: Then I getsetup-pythondoes not seem to like that it is actually running on a debian based image.As a workaround, you can configure to use the image
ghcr.io/catthehacker/ubuntu:act-latest. Then, thesetup-pythonaction succeeded!@github-actions[bot] commented on GitHub (Feb 12, 2024):
Issue is stale and will be closed in 14 days unless there is new activity
@adam-grant-hendry commented on GitHub (Feb 12, 2024):
Let's keep this going
@github-actions[bot] commented on GitHub (Aug 11, 2024):
Issue is stale and will be closed in 14 days unless there is new activity
@mnboos commented on GitHub (Aug 11, 2024):
Let's keep this going
@violetbrina commented on GitHub (Nov 11, 2024):
Same issue here
@poiley commented on GitHub (Jan 31, 2025):
+1
@bhundven-axon commented on GitHub (Jun 26, 2025):
Has anyone verified if this is fixed when using
actions/setup-python@v5?