我尝试了很多方法在我的Windows系统上使用anaconda 5.0和python 3.6
安装张量流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 channels conda-forge conda install tensorflow
但显示错误package missing in current channel
之后我也尝试在整个进程python版本与之前相同之后从anaconda导航器降级我的python版本。