Closed bernard-kim closed 1 year 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.
conda-forge
mamba create -n r2t -c conda-forge -c bioconda python=3.10.8 read2tree
Thanks for the info.
Attempted to install following the README (using mamba):
Which gives the following error message:
The issue is solved by including
conda-forge
channel.