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?
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?
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