首页 > 解决方案 > 安装 TensorFlow 1.15

问题描述

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

pip install tensorflow==1.15

这返回

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

如何安装此特定版本?

标签: pythontensorflowtensorflow2.0

解决方案


pip install https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.5.0-py3-none-any.whl

这个解决方案对我有用


推荐阅读