python环境3.6
在安装TensorFlow的时候报错,用的是清华镜像园,安装命令:
pip install tensorflow`==1.3.0 https://pypi.tuna.tsinghua.edu.cn/simple/
后来换成
pip install tensorflow`==1.3.0 -i https://pypi.tuna.tsinghua.edu.cn/simple/
就成功安装
python环境3.6
在安装TensorFlow的时候报错,用的是清华镜像园,安装命令:
pip install tensorflow`==1.3.0 https://pypi.tuna.tsinghua.edu.cn/simple/
后来换成
pip install tensorflow`==1.3.0 -i https://pypi.tuna.tsinghua.edu.cn/simple/
就成功安装