清华镜像 pip install tensorflow==1.8 -i https://pypi.tuna.tsinghua.edu.cn/simple 豆瓣镜像 pip install --index-url https://pypi.douban.com/simple tensorflow 阿里云镜像 pip install --index-url https://mirrors.aliyun.com/pypi/simple/ tensorflow
-i 即 --index-url
手动下载源
多源
pip install package_name -i https://mirror1.example.com/simple/ -i https://mirror2.example.com/simple/
参考资料: