Open tr37ion opened 8 years ago
# python setup.py install
causes error:
File "setup.py", line 24 print sub_commands ^ SyntaxError: Missing parentheses in call to 'print'
I know it's been little over a year since you posted this, but if you're still interested in solving this: try this command instead:
python2 setup.py install
causes error: