Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Revolution233 opened this issue Aug 14, 2023 · 1 comment
Open

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

Revolution233 opened this issue Aug 14, 2023 · 1 comment

Comments

@Revolution233
Copy link

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:

  • feature:/linux-64::__glibc==2.35=0
  • feature:|@/linux-64::__glibc==2.35=0
  • bowtie2 -> libgcc-ng[version='>=10.3.0'] -> __glibc[version='>=2.17']

Your installed version is: 2.35

My python version : 3.10
libgcc-ng version : 13.1.0

@ramanujamr
Copy link

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...?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants