-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi, users are unable to run gremlin-python-example due to dependency conflict with tornado package.
As shown in the following full dependency graph of gremlin-python-example, gremlin-python-example requires tornado,while gremlinpython requires tornado>=4.4.1,<5.0.
According to pip’s “first found wins” installation strategy, tornado==6.0.3 is the actually installed version. However, tornado==6.0.3 does not satisfy tornado>=4.4.1,<5.0.
Dependency tree
gremlin-python-example-master
| +-gremlinpython(version range:*)
| | +-aenum(version range:>=1.4.5)
| | +-isodate(version range:>=0.6.0)
| | | +-six(version range:*)
| | +-six(version range:>=1.10.0)
| | +-tornado(version range:>=4.4.1,<5.0)
| +-tornado(version range:*)
Thanks for your help.
Best,
Neolith
Metadata
Metadata
Assignees
Labels
No labels