mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #418] Alpine Crash "FileNotFoundError: [Errno 2] No such file or directory: 'tput'" #870
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#870
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 @mrneo240 on GitHub (Oct 1, 2020).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/418
$ cat /etc/os-release
$ asciinema rec
@arp242 commented on GitHub (Dec 6, 2020):
I have the same on Void Linux; turns out
tputis part of thencursespackage, and installing that should fix it (on any Linux flavour).I also created a PR which should fix it: #423
@yangyang5214 commented on GitHub (May 10, 2021):
I try #423, not worked also
I cancel tput, return the result directly 😂