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
时间: 2024-10-09 12:27:21