gpt4 book ai didi

python - 如何安装最新版本的 TensorFlow 2?

转载 作者:行者123 更新时间:2023-12-04 10:50:32 25 4
gpt4 key购买 nike

我想知道为什么我不能安装 TensorFlow 2.0.0(稳定版直到现在 in their official website 甚至 in PyPi )
我曾经拥有 TensorFlow 2.0.0b1版本,但我正在处理几个警告,因为我的 numpy版本与 TensorFlow 不兼容。它是 1.17并且必须是 1.16.4 ( Reference )。因此,我将其降级,但 TensorFlow 不再起作用。所以我决定重新安装上面提到的 TensorFlow 最新稳定版本。
这是我到目前为止所做的:

pip install -U tensorflow
它背着 1.14通过 pip show tensorflow
pip install tensorflow
它背着 1.14通过 pip show tensorflow
pip install tensorflow==2.0
pip install tensorflow==2.0.0
pip install 'tensorflow>=2'
他们返回以下错误:
  Could not find a version that satisfies the requirement tensorflow==2.0.0 (from versions: 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.4.1, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.8.0rc0, 1.8.0rc1, 1.8.0, 1.9.0rc0, 1.9.0rc1, 1.9.0rc2, 1.9.0, 1.10.0rc0, 1.10.0rc1, 1.10.0, 1.10.1, 1.11.0rc0, 1.11.0rc1, 1.11.0rc2, 1.11.0, 1.12.0rc0, 1.12.0rc1, 1.12.0rc2, 1.12.0, 1.12.2, 1.12.3, 1.13.0rc0, 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)
No matching distribution found for tensorflow==2.0.0

[ 注意 ]:
操作系统:Ubuntu 16.04
python :3.6.8
NumPy :1.16.4
pip3 版本:18.1

[2020 年 10 月更新]:
显然,这个问题已经解决了,因为我现在可以在 Ubuntu 16.04 Xenial 上安装 tensorflow 2.3.1 没有任何问题。

最佳答案

为了社区的利益,在本节中提及解决方案(即使在评论部分中提到了它)。

以下任何步骤都可以解决问题:

  • 使用 Tensorflow版本,2.0.0b1对于 Ubuntu 版本 16.04 (Xenial Xerus) 或
  • 通过从 16.04 (Xenial Xerus) 升级 Ubuntu 操作系统版本至 18.04 (Bionic Beaver) ,我们可以安装最新的Tensorflow Version .
  • 关于python - 如何安装最新版本的 TensorFlow 2?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59500220/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com