1.

清华源镜像解决了pip安装速度慢的问题。在使用pip的时候只需在pip install后加-i https://pypi.tuna.tsinghua.edu.cn/simple 即可。
例如:安装tensorflow

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow

2.

在这里插入图片描述

3

pypi的国内镜像源:

阿里云 http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣(douban) http://pypi.douban.com/simple/

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

conda使用清华镜像
首先打开Anaconda Prompt,切换到自己的虚拟环境。之后分别输入以下三条命令执行:

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes

方法一:link

方法二:link

第三种方法:参考
输入:conda info <包的名字>比如显示https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64/
去这里下载好bz2的压缩文件,然后conda install --use-local <bz2文件的名字>

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐