bluenote-1577 / sylph

ultrafast taxonomic profiling and genome querying for metagenomic samples by abundance-corrected minhash.
MIT License
179 stars 6 forks source link

conda install error #18

Closed neptuneyt closed 1 week ago

neptuneyt commented 1 week ago

Dear developer, Thanks for your such amazing work. I had an issue in conda install as below. Looking forward your reply.

[y@n60 ~]$ mamba create -n sylph bioconda::sylph

Looking for: ['bioconda::sylph']

pkgs/r/noarch                                                 No change
pkgs/main/noarch                                              No change
pkgs/r/linux-64                                               No change
bioconda/linux-64                                    4.7MB @   4.3MB/s  1.1s
pkgs/main/linux-64                                   6.5MB @   5.2MB/s  1.4s
bioconda/noarch                                      4.4MB @   3.1MB/s  0.7s
Could not solve for environment specs
The following package could not be installed
└─ sylph is not installable because it requires
   └─ libgcc-ng >=12 , which does not exist (perhaps a missing channel).
bluenote-1577 commented 1 week ago

Hi @neptuneyt

Maybe try

mamba create -n sylph -c conda-forge -c bioconda sylph

Let me know how it works