espeed / bulbs

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

Don't require `distribute` for python >= 3.6 #160

Open teleological opened 5 years ago

teleological commented 5 years ago

This is a more conservative version of PR #150, which only drops the dependency on distribute for python >= 3.6.

Currently, installing for python >= 3.6 fails with this error:

module “importlib._bootstrap” has no attribute “SourceFileLoader”