mac系统conda安装blast报错

从anaconda官网下载blast源文件安装到conda中发现如下的错误

img

你更新一下数据源

我也试了下,报的错跟你不一样,
easy_install blast
或者
pip install blast
试试

解决方法
执行下面语句试下

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strict


conda install -c bioconda blast
conda install -c bioconda/label/cf201901 blast

参考链接:


Usage — Bioconda documentation https://bioconda.github.io/

Installing BLAST — IBioIC Introduction to Bioinformatics documentation https://2018-03-06-ibioic.readthedocs.io/en/latest/install_blast.html#linux-macos-installation

我看报错都是找不到文件,给Anaconda配置系统环境了吗