eead-csic-compbio / get_homologues

GET_HOMOLOGUES: a versatile software package for pan-genome analysis
Other
110 stars 26 forks source link

Could not solve for environment specs #112

Closed iamaizhan closed 8 months ago

iamaizhan commented 9 months ago

Hello,

I have a problem with:

get_homologues % conda create -n get_homologues -c conda-forge -c bioconda get_homologues

Collecting package metadata (repodata.json): done Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:

Could not solve for environment specs The following package could not be installed └─ get_homologues is not installable because it requires └─ cogtriangles, which does not exist (perhaps a missing channel).

Can you help me to solve this issue? Thank you in advance!

eead-csic-compbio commented 9 months ago

I won't be able to test it for a couple days, but I will post this here in case this helps: https://bioconda.github.io/recipes/cogtriangles/README.html#package-cogtriangles

eead-csic-compbio commented 9 months ago

Hi @iamaizhan , using conda 23.1.0 I succeeded in running these steps:

conda activate bioconda 
conda create -n get_homologues -c conda-forge -c bioconda get_homologues
conda activate get_homologues

Please see https://bioconda.github.io in case you don't have bioconda installed, Bruno