Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osx pip3 install Attic - command not found #331

Open
uptownhr opened this issue Jul 26, 2015 · 1 comment
Open

osx pip3 install Attic - command not found #331

uptownhr opened this issue Jul 26, 2015 · 1 comment

Comments

@uptownhr
Copy link

on OSX, after installing with pip3 install Attic

Running attic .... results in command not found

@emory
Copy link

emory commented Sep 18, 2015

I can help! I don't know when it happened but something between XCode releases and developer releases and homebrew and who knows what else made it impossible for 'pip3 install attic' to work either. I had a similar issue and looking at the /usr/local/bin/attic it was running the wrong python (python is python 2 on my system) and even if you make it use python3 it was failing and seg faulting.

tl;dr: pull the git repository, install the dependency mentioned in the README, and python3 setup.py install will work and leave you with a functional attic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants