smithlabcode / ribotricer

A tool for accurately detecting actively translating ORFs from Ribo-seq data
http://doi.org/djv4
GNU General Public License v3.0
28 stars 8 forks source link

Could not solve for environment specs: click-help-colors >=0.3 , which does not exist (perhaps a missing channel) #150

Closed spencer411 closed 5 months ago

spencer411 commented 5 months ago

I get the following when attempting the conda install instructions:

conda create -n ribotricer_env -c bioconda ribotricer Channels:

LibMambaUnsatisfiableError: Encountered problems while solving:

Could not solve for environment specs The following package could not be installed └─ ribotricer is not installable because it requires └─ click-help-colors >=0.3 , which does not exist (perhaps a missing channel).

saketkc commented 5 months ago

click-help-colors is on conda-forge: https://anaconda.org/conda-forge/click-help-colors so additionally specifying -c conda-forge should solve it. I recommend setting the channel priority as recommended by bioconda:

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strict