BenLangmead / bowtie2

A fast and sensitive gapped read aligner
GNU General Public License v3.0
638 stars 160 forks source link

something wrong when I install bowtie2.5.1 by anaconda #444

Open Revolution233 opened 10 months ago

Revolution233 commented 10 months ago

When I installed bowtie2.5.1 in conda, it always say :

Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

Your installed version is: 2.35

My python version : 3.10 libgcc-ng version : 13.1.0

ramanujamr commented 10 months ago

try adding the conda-forge channel conda install -c bioconda -c conda-forge bowtie2=2.5.1

seems like some dependencies are in conda-forge (libgcc-ng >=12...?)