标签:head 装包 car conf ror lan show Plan over
命令行
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
unix系统下可通过~/.condarc查看和编辑源配置
如下信息为正确:
ssl_verify: true
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
show_channel_urls: true
出现如下问题:The environment is inconsistent, please check the package plan carefully
解决:
conda update anaconda
如果无法解决,则执行
conda clean --all
conda update --all
标签:head 装包 car conf ror lan show Plan over
原文地址:https://www.cnblogs.com/ChengzhiYang/p/12875459.html