gpt4 book ai didi

python-3.x - Pip3 显示不同版本的 tensorflow 库

转载 作者:行者123 更新时间:2023-12-05 04:06:06 24 4
gpt4 key购买 nike

当我这样做的时候

python3 -c 'import tensorflow as tf; print(tf.__version__)'

我得到 1.3.0

当我这样做的时候

pip3 show tensorflow

我得到 1.8.0

为什么我在 paperspace.com 上的同一台 Ubuntu linux 机器上得到不同版本的 tensorflow

最佳答案

我不确定,但我认为您的系统中可能有不止一个 python 发行版,并且您的 pip3 关联的 python 与您的 python3 不匹配。

  1. 检查您的“两个”(潜在) tensorflow :

    python3 -c 'import tensorflow as tf; print(tf.__file__)'

    pip3 show tensorflow # And look for "Location: ..."
  2. 检查您的 pip3python3 相关站 pip 包:

    python3 -m site

    #Or

    python3 -c "import site; print(site.getsitepackages())"

    pip --version

关于python-3.x - Pip3 显示不同版本的 tensorflow 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50291613/

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