python – samtools and trinity causing inconsistencies in conda env

I’m trying to install busco, detonate, and transrate in conda but I keep getting this error:

The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  - bioconda/linux-64::samtools==1.11=h6270b1f_0
  - bioconda/linux-64::trinity==2.9.1=h8b12597_0       

This is the command I enter

conda install -c bioconda busco -y

So far, I’ve tried adding conda-forge and bioconda to my channels, and then I’ve tried updating samtools and trinity, and conda install anaconda. Attempting any of these things just brings the same error as above.

Any ideas on other things I should try?

Thanks!

Read more here: Source link