espeed / bulbs

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

installation error cannot find svn location for bulbs #89

Closed mittenchops closed 11 years ago

mittenchops commented 11 years ago

I run:

$ pip install bulbs

Then when I

$ pip freeze

Get the error:

Warning: cannot find svn location for bulbs==0.3.13-20130320
espeed commented 11 years ago

The warning is not an actual error -- what happens after that?

And what version of pip are you using?

You can also install Bulbs directly from GitHub...

$ pip install git+https://github.com/espeed/bulbs.git

On Wed, Apr 17, 2013 at 9:36 PM, mittenchops notifications@github.comwrote:

I run:



Then when I

```$ pip freeze

Get the error:

```Warning: cannot find svn location for bulbs==0.3.13-20130320

—
Reply to this email directly or view it on GitHubhttps://github.com/espeed/bulbs/issues/89
.