You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: