OpenGene / gencore

Generate duplex/single consensus reads to reduce sequencing noises and remove duplications
MIT License
116 stars 31 forks source link

gencore-0.17.2 incompatible with python 3.10, python 3.8, python 3.6 or python 2.7 #50

Open Wangxin555 opened 1 year ago

Wangxin555 commented 1 year ago

Hi,

I want to use gencore-0.17.2 and downloaded it using conda on Linux: conda install -c bioconda gencore=0.17.2

However, I tried four versions of python (3.10, 3.8, 3.6, 2.7). none of these is compatible with it, omitting errors including: Package libstdcxx-ng conflicts for: python=2.7 -> libffi[version='>=3.4,<3.5'] -> libstdcxx-ng[version='>=11.2.0|>=7.5.0'] python=2.7 -> libstdcxx-ng[version='>=7.2.0|>=7.3.0']

Package libgcc-ng conflicts for: python=2.7 -> libffi[version='>=3.4,<3.5'] -> libgcc-ng[version='>=7.5.0'] python=2.7 -> libgcc-ng[version='>=11.2.0|>=7.3.0|>=7.2.0']

Do you have any idea about which version of python I should use? Thank you in advance!