metadata icon indicating copy to clipboard operation
metadata copied to clipboard

tensorflow-metadata version requirement is too strict

Open kjcole opened this issue 6 years ago • 3 comments

I got an error while attempting to pip install magenta The diagnosis at GitHub Magenta Issue #1422 - pip: No matching distribution found for tensorflow-metadata can be paraphrased as "It's a tensorflow-metadata issue, not ours". Specifically:

Yeah, this is because the tensorflow-metadata version requirement is too strict. Their python_requires of '>=2.7,<=3.7' will accept only up to Python 3.7.0. Can you file a bug on their repo (https://github.com/tensorflow/metadata/issues)? I'll close this bug since it's not a Magenta issue. Thanks!

kjcole avatar Jan 30 '19 18:01 kjcole

hey did you solve this issue? Im experiencing the same issue

abdkhan01 avatar Feb 17 '19 20:02 abdkhan01

Same issue. I tried to install with python 3.6.7. It reports: Could not find a version that satisfies the requirement tf-agents (from tensor2tensor>=1.10.0->magenta-gpu) (from versions: ) No matching distribution found for tf-agents (from tensor2tensor>=1.10.0->magenta-gpu)

momo1986 avatar Mar 15 '19 09:03 momo1986

I think this can be closed?

NeilGirdhar avatar Mar 13 '22 08:03 NeilGirdhar