conda 安装 tensorflow

Posted 风来了

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了conda 安装 tensorflow相关的知识,希望对你有一定的参考价值。

Installing tensorflow

Installing tensorflow from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge

Once the conda-forge channel has been enabled, tensorflow can be installed with:

conda install tensorflow

It is possible to list all of the versions of tensorflow available on your platform with:

conda search tensorflow --channel conda-forge


参考:https://github.com/conda-forge/tensorflow-feedstock

以上是关于conda 安装 tensorflow的主要内容,如果未能解决你的问题,请参考以下文章

conda安装tensorflow

conda 安装 tensorflow

观点 | 别再使用pip安装TensorFlow了!用conda吧~

为啥在 conda 安装后 Tensorflow 无法识别我的 GPU?

国内源升级tensorflow2和tensorflow probability

Spyder 无法在 conda 环境中加载 tensorflow,尽管 python 可以