orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
91 stars 32 forks source link

error on installing orientdb plugin into gremlin console #181

Open rhdxmr opened 3 years ago

rhdxmr commented 3 years ago
gremlin> :install com.orientechnologies orientdb-gremlin 3.1.7
==>Conflicting module versions. Module [groovy-xml is loaded in version 2.5.14 and you are trying to load version 2.5.7
gremlin> :plugin use tinkerpop.orientdb
==>tinkerpop.orientdb could not be found - use ':plugin list' to see available plugins
gremlin> :plugin list
==>tinkerpop.server[active]
==>tinkerpop.gephi
==>tinkerpop.utilities[active]
==>tinkerpop.sugar
==>tinkerpop.credentials
==>tinkerpop.tinkergraph[active]
gremlin> 
mselite commented 2 years ago

You should just remove the corresponding module in lib/ of your gremlin console folder.