mtag icon indicating copy to clipboard operation
mtag copied to clipboard

Python 2 and 3 compatibility problems

Open laurenhsu1 opened this issue 5 years ago • 1 comments

need to add: from functools import reduce

and also there is a print that is missing parens

laurenhsu1 avatar May 15 '19 19:05 laurenhsu1

Hi @laurenhsu1 ,

Thanks for your suggestions. To circumvent these compatibility problems, we recommend you install the Anaconda python distribution and create an environment using the environment.yml file we provide in the repo. If you decide to not use Anaconda, please refer to our README file for a list of the package versions required by mtag here.

Best, Hui

huilisabrina avatar May 17 '19 01:05 huilisabrina