metadata icon indicating copy to clipboard operation
metadata copied to clipboard

tensorflow-metadata & absl-py version mismatch

Open fasick opened this issue 5 years ago • 0 comments

While attempting to install tensorflow_datasets via: pip install -q tensorflow_datasets, I receive the error, "tensorflow-metadata 0.25.0 requires absl-py<0.11,>=0.9, but you'll have absl-py 0.11.0 which is incompatible."

I was able to resolve the issue by reinstalling an older version of absl-py: pip install --upgrade --force-reinstall absl-py==0.10.0.

fasick avatar Nov 20 '20 19:11 fasick