tensorflow / metadata

Utilities for passing TensorFlow-related metadata between tools
Apache License 2.0
106 stars 49 forks source link

tensorflow-metadata version requirement is too strict #7

Open kjcole opened 5 years ago

kjcole commented 5 years ago

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!

abdkhan01 commented 5 years ago

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

momo1986 commented 5 years ago

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)

NeilGirdhar commented 2 years ago

I think this can be closed?