smithlabcode / ribotricer

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

conda install failed #2

Closed wenzhenl closed 5 years ago

wenzhenl commented 5 years ago
UnsatisfiableError: The following specifications were found to be in conflict:
  - python 3.7*
  - ribotricer -> python >=3.6,<3.7.0a0 -> readline 6.2
  - ribotricer -> python >=3.6,<3.7.0a0 -> sqlite 3.13.*
  - ribotricer -> python >=3.6,<3.7.0a0 -> tk 8.5.18
Use "conda info <package>" to see the dependencies for each package.
saketkc commented 5 years ago

Needs Python 3.6 since quicksect is not available for 3.7 yet. https://github.com/bioconda/bioconda-recipes/pull/14770#issuecomment-489821756

wenzhenl commented 5 years ago

I see. Then we need to force the requirement of Python=3.6, right?

saketkc commented 5 years ago

Only if being installed through: conda install -c bioconda ribotricer.

saketkc commented 5 years ago

I have updated the README.