codebox/image_augmentor

File "main.py", line 58 print 'Usage: {} <image directory> <operation> (<operation> ...)'.format(sys.argv[0]) ^ SyntaxError: invalid syntax

akram1026 opened this issue · 1 comments

File "main.py", line 58 print 'Usage: {} ( ...)'.format(sys.argv[0]) ^ SyntaxError: invalid syntax

It looks like you are using python3 to run the app, you either need to use python2, or convert the code using python2to3