knossos-project / knossos_utils

Python library for interacting with KNOSSOS data sets and annotation files
GNU General Public License v2.0
9 stars 9 forks source link

Can Python 2.7use knossos_ utils? #29

Closed liuyx599 closed 1 year ago

liuyx599 commented 1 year ago

I saw the README descrbing knossos_utils is A Python 3.x library for interacting with KNOSSOS datasets and annotation files.

my-tien commented 1 year ago

No, knossos_utils is not compatible with Python2.7. We use some Syntax that is only available in Python 3, e.g. the print built-in function and type annotations.

Optiligence commented 1 year ago

@liuyx599 what keeps you with python 2 at this point?