costezki / rdf2gremlin

It has never been easier to transform your RDF data into a property graph based on TinkerPop-Gremlin.
GNU General Public License v3.0
24 stars 3 forks source link

install bug, incorrect dependecy #9

Closed costezki closed 5 years ago

costezki commented 5 years ago

Collecting rdf2gremlin Using cached https://files.pythonhosted.org/packages/10/33/5d501fc015e32c101ed7687bd924a4566e580a7a034293117462da14844c/rdf2gremlin-0.1.34.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pycharm-packaging/rdf2gremlin/setup.py", line 8, in import rdf2g File "/tmp/pycharm-packaging/rdf2gremlin/rdf2g/init.py", line 8, in from rdf2g.update import * File "/tmp/pycharm-packaging/rdf2gremlin/rdf2g/update.py", line 12, in from gremlin_python import statics ModuleNotFoundError: No module named 'gremlin_python'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pycharm-packaging/rdf2gremlin/