【发布时间】:2021-08-03 21:38:44
【问题描述】:
我目前正在运行 Tensorflow 2.5.0 版,但我需要将我的版本降低到 2.3.0。
我尝试安装 Tensorflow 2.3.0 版,但出现此错误:
ERROR: Could not find a version that satisfies the requirement tensorflow==2.3.0 (from versions: 2.5.0rc0, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.6.0rc0, 2.6.0rc1)
ERROR: No matching distribution found for tensorflow==2.3.0
我知道可以从源代码构建 pip 包,但我想知道是否有更好的灵魂。
【问题讨论】:
标签: python tensorflow pip