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

Trouble installing with bioconda [BUG] #136

Closed ericmalekos closed 1 year ago

ericmalekos commented 1 year ago

Description

When I try to install ribotricer through conda it is failing. I also tried with pip and it failed as well. I tried this on both a server (CentOS) and my personal computer (Ubuntu) with the same result.

What I Did

conda create -n ribotricer -c bioconda ribotricer
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: / 
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed                                                                          

UnsatisfiableError: 
saketkc commented 1 year ago

I am unable to reproduce this. Can you try conda create -n ribotricer PYTHON=3.7 followed by conda activate ribotricer && pip install ribotricer.

ericmalekos commented 1 year ago

This worked! Thanks.