Skip to content

Python dependencies verson constraint conflict #339

Description

@smokestacklightnin

As of 1e8c81a54b94841d55be5fefd4aa860ea49cc389, when trying to run pip install -e ., there is a version constraint conflict:

ERROR: Cannot install tensorflow-transform and tensorflow-transform==1.17.0.dev0 because these package versions have conflicting dependencies.

The conflict is caused by:
    tensorflow-transform 1.17.0.dev0 depends on tensorflow<2.18 and >=2.17
    tfx-bsl 1.16.1 depends on tensorflow<2.17 and >=2.16

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions