Closed jackrabb1t closed 11 years ago
It looks like distribute
(http://packages.python.org/distribute/) is causing the error.
You may be able to fix it by re-creating the virtualenv env with --distribute option. Or, do:
$ source env/bin/activate
$ wget http://python-distribute.org/distribute_setup.py
$ python distribute_setup.py
See https://bitbucket.org/tarek/distribute/issue/91/install-glitch-when-using-pip-virtualenv
Assuming this is resolved.
I have pasted the pip.log at http://pastebin.com/Nr91GdUt
Installing on Mac Snow Leopard