DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443
001、问题
conda 安装samtools出现如下问题:
(base) [root@pc1 home]# conda install samtools -c bioconda
002、解决方法
更新conda:
(base) [root@pc1 home]# conda --version ## 当前版本 conda 23.7.2 (base) [root@pc1 home]# conda update -n base -c defaults conda ## 更新版本
(base) [root@pc1 home]# conda --version ## 更新后版本 conda 23.9.0
003、测试
。