Anaconda软件安装使用问题
Posted chengzhiyang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Anaconda软件安装使用问题相关的知识,希望对你有一定的参考价值。
更新源
命令行
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
用conda安装包出现的环境不一致问题
出现如下问题:The environment is inconsistent, please check the package plan carefully
解决:
conda update anaconda
如果无法解决,则执行
conda clean --all
conda update --all
以上是关于Anaconda软件安装使用问题的主要内容,如果未能解决你的问题,请参考以下文章