python提供的pip工具来安装tensorflow了,在安装之前,我们先把pip的源更换为国内镜像, 在终端执行命令:
更换为清华的源 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
源更换成功后,开始安装tensorflow,在终端执行命令:
pip install tensorflow==1.14

python提供的pip工具来安装tensorflow了,在安装之前,我们先把pip的源更换为国内镜像, 在终端执行命令:
更换为清华的源 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
源更换成功后,开始安装tensorflow,在终端执行命令:
pip install tensorflow==1.14