bcm-uga / Loter

A software package for local ancestry inference and haplotype phasing
Other
38 stars 7 forks source link

RuntimeError: Python version >= 3.5 required. #11

Closed paulocecco closed 4 years ago

paulocecco commented 4 years ago

Hi,

I was installing Loter using Windows Subsystem for Linux. I keep having the error RuntimeError: Python version >= 3.5 required.

My version of python is 2.7.16 and my python3 is 3.7.3.

I tried using alias python=python3 and re run sudo python setup.py install --user but keep getting the same error.

Any suggestions?

Thanks in advance.