tensorflow / tensorflow/metadata

tensorflow-metadata & absl-py version mismatch

Open
#14 0 comments 8 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
110
Forks
62
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the dependency resolution by running pip install -q tensorflow_datasets and inspect the reported tensorflow-metadata 0.25.0 and absl-py version requirements. Determine the project change needed so installation produces compatible dependencies, then verify the original command completes without the mismatch.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.