conda 安装速度慢
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
# 设置搜索时显示通道地址 从channel中安装包时显示channel的url,这样就可以知道包的安装来源
conda config --set show_channel_urls yes
gcc 版本过低
SVM_BPfinder
conda create myenv
conda activate myenv
conda install -c conda-forge gcc=8.5.0
Error during the installation of SVM-light
之前安装另外一个软件也是这个问题,当时没找到解决办法