mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #71] Problem running on Mac OS X: DistributionNotFound #52
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#52
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 @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.5Installed asciinema with
sudo pip install --upgrade asciinemaGetting error message:
Tried running as sudo, no joy.
@tmchenmin commented on GitHub (Sep 10, 2014):
It seems to be the same issue with #60.
execute
sudo easy_install --upgrade pipwill solve this issue.@growdigital commented on GitHub (Sep 12, 2014):
Hm, I tried
sudo easy_install --upgrade pip(pip 1.5.6 is already the active version in easy-install.pth) and still getting the same error message. I triedsudo easy_install --upgrade requestsfrom #60 as well, with no joy.I used brew to install python, so tried
brew upgrade python. Still no joy. Currently running asciinema in a virtual machine!@djcommandline commented on GitHub (Sep 15, 2014):
Getting the same issue...
@2called-chaos commented on GitHub (Oct 28, 2014):
sudo easy_install --upgrade requestsdid it for me (10.9.4)...@growdigital commented on GitHub (Oct 28, 2014):
Thanks for suggestion. But Aargh! Tried this and still no joy :(
@masukomi commented on GitHub (Nov 20, 2014):
Same problem here.
OS X 10.9.5 Python 2.7.8 installed via Homebrew
I've run these:
sudo easy_install --upgrade pip
sudo easy_install --upgrade requests
Same error as @growdigital
@ku1ik commented on GitHub (Dec 17, 2014):
New version is out and it no longer has this problem as ... it's no longer written in Python. Please try it out.
@growdigital commented on GitHub (Dec 18, 2014):
@sickill fantastic, thank you :)