Imago throws a SyntaxError when trying to run it
问题 I am trying to install an image forensics tool for Python, imago. When I try to install it, using the traditional pip command, it gets installed but when I try to run it, it gives me a syntax error as: Traceback (most recent call last): File "/home/ankush/.local/bin/imago", line 6, in <module> from imago.imago import main File "/home/ankush/.local/lib/python3.6/site- packages/imago/imago.py", line 18 """ ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("""\ ##########