[GH-ISSUE #195] asciinema: option -w not recognized. See 'asciinema --help'. #759

Closed
opened 2026-03-15 10:11:34 +03:00 by kerem · 4 comments
Owner

Originally created by @alexylem on GitHub (Feb 24, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/195

I am on Raspbian Jessie Lite (latest) on a Raspberry Pi.
I installed with

$> sudo apt-get install asciinema

Here is the pb:

$> asciinema -w 2.0 rec installation
asciinema: option -w not recognized. See 'asciinema --help'.

http://asciinema.org/a/8q8rlvzmixji3nk7qa0u86zvn

Thanks for your help.

Originally created by @alexylem on GitHub (Feb 24, 2017). Original GitHub issue: https://github.com/asciinema/asciinema/issues/195 I am on Raspbian Jessie Lite (latest) on a Raspberry Pi. I installed with ```shell $> sudo apt-get install asciinema ``` Here is the pb: ```shell $> asciinema -w 2.0 rec installation asciinema: option -w not recognized. See 'asciinema --help'. ``` http://asciinema.org/a/8q8rlvzmixji3nk7qa0u86zvn Thanks for your help.
kerem closed this issue 2026-03-15 10:11:40 +03:00
Author
Owner

@ku1ik commented on GitHub (Feb 24, 2017):

Raspbian probably has very old asciinema version. I guess 0.9.8.

<!-- gh-comment-id:282390550 --> @ku1ik commented on GitHub (Feb 24, 2017): Raspbian probably has very old asciinema version. I guess 0.9.8.
Author
Owner

@alexylem commented on GitHub (Feb 24, 2017):

Got the desired version doing:

$> git clone https://github.com/asciinema/asciinema.git
$> cd asciinema
$> python3 -m asciinema

Maybe a hint on how I could use it directly invoking asciinema?
python3 -m asciinema only works from within asciinema repo.

<!-- gh-comment-id:282410753 --> @alexylem commented on GitHub (Feb 24, 2017): Got the desired version doing: ```shell $> git clone https://github.com/asciinema/asciinema.git $> cd asciinema $> python3 -m asciinema ``` Maybe a hint on how I could use it directly invoking `asciinema`? `python3 -m asciinema` only works from within `asciinema` repo.
Author
Owner

@ku1ik commented on GitHub (Feb 24, 2017):

You can install the latest version with pip: sudo pip3 install asciinema

<!-- gh-comment-id:282417004 --> @ku1ik commented on GitHub (Feb 24, 2017): You can install the latest version with pip: `sudo pip3 install asciinema`
Author
Owner

@alexylem commented on GitHub (Feb 24, 2017):

Thanks

<!-- gh-comment-id:282427903 --> @alexylem commented on GitHub (Feb 24, 2017): Thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#759
No description provided.