Hi all,
I’m trying to install erpnext following this tutorial, but getting this error messages.
I’ve tried looking for the error message but can’t seem to find what’s causing the problem. Any help is greatly appreciated.
$ sudo bench init erpnext
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 7, in
from bench.cli import cli
File “/usr/local/lib/python3.5/dist-packages/bench/cli.py”, line 116
click.secho(f"ERROR: {e}", fg=“red”)
^
SyntaxError: invalid syntax