mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #148] Unable to install python #96
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#96
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 @omgreenfield on GitHub (Mar 12, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/148
Others have posted this same issue and those issues have been marked as closed, but I haven't seen a solution.
Related tickets:
Upon running the
act, python fails to install.Thanks in advance for the help.
Action YAML
Log
@cplee commented on GitHub (Mar 12, 2020):
@omgreenfield I believe the problem here is the runner you are using. See here: https://github.com/nektos/act#runners
@cplee commented on GitHub (Mar 12, 2020):
Also, see https://github.com/nektos/act/issues/107
@konserw commented on GitHub (Mar 14, 2020):
Hi! I also have the same problem running on wiindows host, even with
act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04:I've also tried with python 3.7 and 3.6 and it still fails.
@konserw commented on GitHub (Mar 14, 2020):
I think it might be due to windows path separator () mixed in posix paths (/)
EDIT:
Ok, sorry for mess, I think my issue is actually #145
EDIT2:
Yeap - it's working fine from WSL with nektos/act-environments-ubuntu:18.04 image (normal doesn't have python 3.8), for future reference I've used:
act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04@omgreenfield commented on GitHub (Mar 16, 2020):
Whoops. I guess I don't know how to read.
act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04was the thing that did it.As the
runnerssection says, theslimimages don't come with all the fancy stuff GitHub's images do. So if you're expected that stuff, use GitHub's image with the above command.