mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #260] fails after brew installation: ModuleNotFoundError: No module named 'pkg_resources' #185
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#185
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 @nictuku on GitHub (Feb 12, 2018).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/260
This isn't an asciinema problem but an issue with my installation - I'm probably lacking some important requirements.
I am investigating this and will add notes for how to solve it.
@nictuku commented on GitHub (Feb 12, 2018):
The fixes for me were:
At this point, it would still not work. So I ran:
And then asciinema worked!
@VirtualFreak commented on GitHub (Mar 21, 2018):
The brew post install python3 resolved it for me. However, when trying to save a .cast locally (asciinema rec filename.cast), I am still getting some permissions issues. However, using the post recording ctrl-c does save ir properly.
@ku1ik commented on GitHub (Mar 22, 2018):
This is clearly packaging / homebrew issue. In the future please report these kind of issue to brew package maintainer(s) in brew formulas repository. Thanks!
@arunsathiya commented on GitHub (Aug 12, 2018):
This helped me as well. Thank you!
@wanshaoyuan commented on GitHub (Nov 17, 2018):
Thank you!
@aristofanio commented on GitHub (Jan 5, 2019):
This works for me!
@lbrabus commented on GitHub (Mar 14, 2019):
That works for me! Thank you!!
@aa1143 commented on GitHub (Mar 28, 2019):
the same error
thanks, it worked!
@qn7o commented on GitHub (Apr 5, 2019):
That helped a lot, thanks mate.
@spchef commented on GitHub (Jun 12, 2019):
Perfect !
This works for me , Thank you