【发布时间】:2019-05-18 12:43:45
【问题描述】:
我尝试在 Windows 10 机器上 pip install tfx==0.13.0,但我收到此错误是否有人能够 pip install tfx==0.13.0
Could not find a version that satisfies the requirement ml-metadata<0.14,>=0.13.2 (from tfx==0.13.0) (from versions: 0.12.0.dev0, 0.13.0.dev0, 0.13.1.dev0) No matching distribution found for ml-metadata<0.14,>=0.13.2 (from tfx==0.13.0)
【问题讨论】:
-
您使用的 Python 的确切版本是什么
-
您使用的 Python 版本到底是什么。因为,根据链接中提供的官方文档tensorflow.org/tfx/guide,TFX 经过测试可以在 Python 3.5 上运行。
-
Python 3.6,感谢 Tensorflow 支持指出这一点。我会在 python 3.5 上尝试一下
-
抱歉造成混淆,但 TFX 目前不支持 windows,因此出现了问题。请尝试切换到基于 Linux 的系统。谢谢!
标签: tensorflow tfx