attic icon indicating copy to clipboard operation
attic copied to clipboard

osx pip3 install Attic - command not found

Open uptownhr opened this issue 10 years ago • 1 comments

on OSX, after installing with pip3 install Attic

Running attic .... results in command not found

uptownhr avatar Jul 26 '15 23:07 uptownhr

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.

emory avatar Sep 18 '15 02:09 emory