小编4 1*_*4 1的帖子

安装 TensorFlow 1.15

我一直在尝试安装TensorFlow 版本 1,但它似乎不再存在。我的项目需要 TensorFlow v1,无法使用 v2

pip install tensorflow==1.15
Run Code Online (Sandbox Code Playgroud)

这返回

ERROR: Could not find a version that satisfies the requirement tensorflow==1.15 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3,
2.2.0rc4, 2.2.0) ERROR: No matching distribution found for tensorflow==1.15
Run Code Online (Sandbox Code Playgroud)

我怎样才能安装这个特定版本?

python tensorflow tensorflow2.0

3
推荐指数
1
解决办法
2万
查看次数

标签 统计

python ×1

tensorflow ×1

tensorflow2.0 ×1