Skip to content

Python dependencies version conflicts #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
smokestacklightnin opened this issue May 16, 2025 · 0 comments
Open

Python dependencies version conflicts #269

smokestacklightnin opened this issue May 16, 2025 · 0 comments

Comments

@smokestacklightnin
Copy link
Member

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

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

The conflict is caused by:
    tensorflow-data-validation 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant