You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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)
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:The text was updated successfully, but these errors were encountered: