espeed / bulbs

A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
http://bulbflow.org
Other
623 stars 82 forks source link

Error while installing bulb from pip ( output link inside ) #66

Closed jackrabb1t closed 11 years ago

jackrabb1t commented 12 years ago

I have pasted the pip.log at http://pastebin.com/Nr91GdUt

Installing on Mac Snow Leopard

espeed commented 12 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

espeed commented 11 years ago

Assuming this is resolved.