conda config --setshow_channel_urlsyes 1.2 配置文件编辑 # vim ~/.condarc# 输入以下内容channels: - defaults show_channel_urls:truedefault_channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r - https://mirrors.tuna.tsingh...
conda config --remove-key channels 常用镜像源操作 都在base环境下操作 1、查看目前存在的源 conda config --show-sources 2、 删除一个镜像源 conda config --remove channels https://pypi.tuna.tsinghua.edu.cn/simple 3、增加一个镜像源 # 清华源 conda config --add channels https://mirrors.tuna.tsi...
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main 重复执行步骤2,将其他所需的镜像源配置添加到Conda中。你可以根据需要添加多个镜像源。 输入以下命令来查看当前的Conda配置: conda info 这将显示当前已配置的镜像源列表。如果配置成功,你应该能够在输出中看到你刚刚添加的镜像...
conda install opencv -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ 3、pip使用国内镜像源 一般在使用conda install安装时会出现包无法找到或者安装失败的情况,此时可以使用pip install来尝试安装(以opencv为例): pip install opencv 若安装速度过慢可单独指定安装镜像加快安装: pip install opencv ...
为了改善这一状况国内涌现出了很多anaconda的镜像站点,比如清华大学tuna团队维护的清华镜像站点和北外镜像站点,应该是目前国内使用人数最多更新也非常及时的站点之一了。骋风算力平台默认使用清华conda源,但当源地址无法使用、下载较慢、甚至需要安装的软件不存在时,我们推荐大家可以尝试不同的conda数据源。 以下整理的...
服务器镜像源 代码语言:javascript 复制 channels:-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/-https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main-https://mirror...
为了改善这一状况国内涌现出了很多anaconda的镜像站点,比如清华大学tuna团队维护的清华镜像站点和北外镜像站点,应该是目前国内使用人数最多更新也非常及时的站点之一了。 骋风算力平台默认使用清华conda源,但当源地址无法使用、下载较慢、甚至需要安装的软件不存在时,我们推荐大家可以尝试不同的conda数据源。 以下整理的...
conda 镜像源配置 宇宙有只AGI关注IP属地: 上海 2024.10.05 21:36:04字数 77阅读 1,362 1. 详细步骤 1.1 Windows 用户操作(其他操作系统可跳过) conda config --set show_channel_urls yes 1.2 配置文件编辑 # vim ~/.condarc # 输入以下内容 channels: - defaults show_channel_urls: true default_...
conda 镜像源配置 1. 详细步骤 1.1 Windows 用户操作(其他操作系统可跳过) conda config --set show_channel_urls yes 1. 1.2 配置文件编辑 # vim ~/.condarc # 输入以下内容 channels: - defaults show_channel_urls: true default_channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main...