GuyAllard / markov_clustering

markov clustering in python
MIT License
167 stars 37 forks source link

Python 2.* #2

Open Fish-Soup opened 6 years ago

Fish-Soup commented 6 years ago

Hi

Currently i have to use Python 2. . Does this package not work on the older version of python? If not would it be possible to make it work with Python 2.

Cheers

GuyAllard commented 6 years ago

Hi, The module is for python 3.x only. I do not aim to support 2.x due to the planned deprecation of python 2 at the start of 2020.

Apologies for the inconvenience

Guy

Fish-Soup commented 6 years ago

Hi

That's fair enough, my team do plan to upgrade to 3 in the future but we have a fair bit of legacy code to update.

Cheers anyways

GuyAllard commented 6 years ago

I will leave this issue open just in case anyone would like to help out with it.

I personally don't have time at the moment to work on python2 support, but would be happy to consider a pull request.