【发布时间】:2024-12-27 16:25:01
【问题描述】:
我的 tensorflow 2.0.0beta1 运行正常,但我无法使用命令 pip install tensorflow-text 安装 tensorflow-text(如 tensorflow 页面所述)。我可以使用 pip search tensorflow-text 找到它,但出现错误
ERROR: Could not find a version that satisfies the requirement tensorflow-text (from versions: none)
对这个包没有要求(即特定的 python 版本)。 我在 Windows 上运行,使用 conda、python 3.6.9
【问题讨论】:
-
我尝试使用 tensorflow 2.1 和 2.2.0rc2 安装,但在我的 conda 环境中都不起作用。我收到以下错误:``错误:找不到满足要求 tensorflow-text 的版本(来自版本:无)错误:未找到 tensorflow-text 的匹配分布 ``
标签: python tensorflow pip