无法安装tensorflow-text~=2.11.0

Sab*_*san 3 python windows pip conda tensorflow

我收到类似的警告

warnings.warn(
No local packages or working download links found for tensorflow-text~=2.11.0
error: Could not find suitable distribution for Requirement.parse('tensorflow-text~=2.11.0')
Run Code Online (Sandbox Code Playgroud)

如果我跑步pip install 'tensorflow-text~=2.11.0' 我得到:

ERROR: Could not find a version that satisfies the requirement tensorflow-text~=2.11.0 (from versions: 2.8.1, 2.8.2, 2.9.0rc0, 2.9.0rc1, 2.9.0, 2.10.0b2, 2.10.0rc0, 2.10.0)
ERROR: No matching distribution found for tensorflow-text~=2.11.0
Run Code Online (Sandbox Code Playgroud)

tensorflow-text 2.11.0 可在 pypi 上使用

如果我运行pip install tensorflow-text它会安装tensorflow-text 2.10.0并将整个tensorflow降级到2.10.0

版本信息:

  1. 操作系统:Windows 10
  2. 环境:Conda(miniconda3)
  3. 蟒蛇:3.10.8
  4. 张量流:2.11

我尝试过 pip 和 conda-forge

mer*_*erv 7

根据他们的说明,他们已经放弃了 v2.11.0 的 Windows 构建。因此,您需要从源代码构建或寻求第三方构建。