sherlock: SyntaxError: invalid syntax

Hi.

I get this error when running Sherlock:

python3 sherlock.py neilbreen -r --print-found
  File "sherlock.py", line 78
    Fore.GREEN + f"] {title}" +
                            ^
SyntaxError: invalid syntax

This applies to Python2, Python3, with/without arguments and sudo

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 21 (6 by maintainers)

Most upvoted comments

Like the readme says, you have to have Python 3.6 or above.

This does keep happening. I wonder if it is possible to have an explicit check about the Python version, and give an error message that the user is using the wrong version? I see a StackOverflow description on how to do this.