Can't do explain() traversal step using Gremlin-Python ..
Hi I just started messing around in gremlin-python this week, so likely to be doing something wrong with
i start with
when the explain step is reached (or added in as this behaves fine without explian), i get the following error:
so i try removing the parens after explain, but that only puts
if i change explain to a step that certainly does not exist (
trying without next / substituting next for value_map or something has no effect..
if i search my local installation of gremlin python (recently updated from 3.6.4 to 3.7) i get no results..
g, but as mentioned on twitch, I'm unable to add an explain() step to one of my first traversals.i start with
g a connected graphTraversalSource and perform the followingwhen the explain step is reached (or added in as this behaves fine without explian), i get the following error:
so i try removing the parens after explain, but that only puts
[values explain] at the end of the traversalif i change explain to a step that certainly does not exist (
foobar) and get the same errortrying without next / substituting next for value_map or something has no effect..
if i search my local installation of gremlin python (recently updated from 3.6.4 to 3.7) i get no results..