Skip to content

Installation fails due to conflicting tornado version #2

@NeolithEra

Description

@NeolithEra

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions