我想在 anaconda 中安装 tensorflow,但它显示错误:
Posted
技术标签:
【中文标题】我想在 anaconda 中安装 tensorflow,但它显示错误:【英文标题】:i want to install tensor flow in anaconda but it shows error : 【发布时间】:2018-05-09 13:35:19 【问题描述】:我尝试了很多方法来使用 anaconda 5.0 和 python 3.6 在我的 windows 系统上安装张量流
pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py3-none-any.whl
pip3 install --ignore-installed --upgrade tensorflow
conda install -c conda-forge tensorflow
conda config --add 通道 conda-forge 康达安装张量流
但它显示错误package missing in current channel
在整个过程 python 版本与以前相同之后,我还尝试从 anaconda navigator 降级我的 python 版本。
【问题讨论】:
【参考方案1】:最后,通过重新安装 anaconda 和 python 3.5 解决了我的问题。重新安装后,我通过 anaconda navigator 安装了 tensor-flow,它对我有用。
【讨论】:
以上是关于我想在 anaconda 中安装 tensorflow,但它显示错误:的主要内容,如果未能解决你的问题,请参考以下文章