【问题标题】:Installing tensorflow extended python 3 on windows在 windows 上安装 tensorflow 扩展 python 3
【发布时间】: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


【解决方案1】:

正如 cmets TFX 中的 Tensorflow 支持所建议的那样,目前不支持 windows。

目前仅支持LinuxMacOS

最新的稳定版tfx0.25.0,经过测试的python 版本是3.63.7

【讨论】:

    猜你喜欢
    • 2010-09-20
    • 1970-01-01
    • 2020-09-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多