arq5x / poretools

a toolkit for working with Oxford nanopore data
MIT License
239 stars 90 forks source link

Problem with installing poretools syntaxError: Missing parentheses in call to 'print'. Did you mean print(version)? #168

Open herrroaa opened 6 years ago

herrroaa commented 6 years ago

Hi,

I tried to install poretools on mac, but when I call 'python setup.py install' it returns an error: syntaxError: Missing parentheses in call to 'print'. Did you mean print(version)?

I think this is because I am using python version Python 3.6.3 :: Anaconda, Inc. Is this true, and how can I fix it?

Thanks Tarek

JaeimPark commented 6 years ago

I had same problem on window with different git project. But issue was gone when I change python version to 2.7.6. You may be resolve this issue by changing python version?