DessimozLab / read2tree

a tool for inferring species tree from sequencing reads
MIT License
138 stars 18 forks source link

Error message with Conda installation instructions #47

Closed bernard-kim closed 9 months ago

bernard-kim commented 9 months ago

Attempted to install following the README (using mamba):

mamba create -n r2t -c bioconda python=3.10.8 read2tree

Which gives the following error message:

Encountered problems while solving:
  - nothing provides pyqt 4.* needed by ete3-3.0.0b35-py27_0

The issue is solved by including conda-forge channel.

mamba create -n r2t -c conda-forge -c bioconda python=3.10.8 read2tree
sinamajidian commented 9 months ago

Thanks for the info.