创建一个虚拟环境 conda create -n tensorflow python==3.6 激活虚拟环境 conda activate tensorflow 使用镜像源下载 pip install tensorflow==1.15.0 -i https://pypi.tuna.tsinghua.edu.cn/simple/ 特别特别重要的点!!! 别用WiFi或者校园网下载,使用自己手机热点下载,不然会出现中断下载的情况,像下边这样