ding-lab / CharGer

Characterization of Germline variants
https://ding-lab.github.io/CharGer/
GNU General Public License v3.0
96 stars 37 forks source link

Install error #51

Closed mingoo426 closed 3 years ago

mingoo426 commented 3 years ago

Hi there!

I am trying to install CharGer using conda on my mac. I have followed the instruction here (Installation using conda section)

I have created conda environment that has python 2.7.18.

and when I type pip install ., this mssg appears:

Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done

ERROR: Package u'charger-0.6.0b1' requires a different Python: 2.7.18 not in '>=3.6'

What should I do to fix this error? Thank you so much! :)


update (20.12.05):

what should I do to install the stable version? (5.4.0). Or is it ok to use 6 beta?

Thank you! :)


update (20.12.7):