大家在通过pip 或conda 下载一些很大的第三方库时是不是有一种等到坟头的草都三尺高了,还没下载完的感觉,而且大的第三方库长时间下载,可能会导致超时自动中断下载,感谢清华的大佬们
临时使用:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow
每次下载时,默认使用此镜像:
需将pip升级到最新的版本,>=10.0.0
pip install pip -U
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
有问题请留言,欢迎指点!!!
python 清华镜像pip install
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple
window10+Anaconda3-4.2+python3.5+Pycharm+清华镜像源安装
window下对python3.5适用性比较好,Anaconda4.2里面包含了python3.5. https://mirrors.tuna.tsinghua.edu.cn/anaconda/arc ...
修改Python的镜像源
Mac OS下修改Python的镜像源 步骤: 切换到家目录 创建目录 .pip 并切换到该目录 创建 pip.conf 文件并写入配置信息 [global] index-url = https:// ...
pip和conda添加国内清华镜像源&lp