mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #60] asciinema rec DistributionNotFound on Mac 10.9 #46
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#46
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 @ronaldpetty on GitHub (Apr 25, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/60
Hello,
I am attempting to get 'asciinema rec' going on a new laptop:
I am seeing the following:
asciinema rec
Traceback (most recent call last):
File "/usr/local/bin/asciinema", line 5, in
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in
working_set.require(requires)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: requests>=1.1.0
Any thoughts? Love the idea, keep up the good work.
Regards.
Ron
@ronaldpetty commented on GitHub (Apr 25, 2014):
sudo easy_install --upgrade requests
seems to fix it. I had assumed (incorrectly)
sudo easy_install --upgrade pip
would have been enough.
@Mikulas commented on GitHub (Jun 25, 2014):
👍 Thanks, this indeed does fix the error.