[GH-ISSUE #71] Problem running on Mac OS X: DistributionNotFound #666

Closed
opened 2026-03-15 07:25:32 +03:00 by kerem · 0 comments
Owner

Originally created by @growdigital on GitHub (Sep 1, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/71

Trying to get asciinema running on Mac OS X 10.9.4 on a MacBook Air 13 inch mid-2011

Installed Python with brew install python, running Python 2.7.5

Installed asciinema with sudo pip install --upgrade asciinema

Getting error message:

$ asciinema rec
Traceback (most recent call last):
  File "/usr/local/bin/asciinema", line 5, in <module>
    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 <module>
    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

Tried running as sudo, no joy.

Originally created by @growdigital on GitHub (Sep 1, 2014). Original GitHub issue: https://github.com/asciinema/asciinema/issues/71 Trying to get asciinema running on Mac OS X 10.9.4 on a MacBook Air 13 inch mid-2011 Installed Python with `brew install python`, running Python 2.7.5 Installed asciinema with `sudo pip install --upgrade asciinema` Getting error message: ``` $ asciinema rec Traceback (most recent call last): File "/usr/local/bin/asciinema", line 5, in <module> 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 <module> 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 ``` Tried running as sudo, no joy.
kerem closed this issue 2026-03-15 07:25:44 +03:00
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#666
No description provided.