Just got this error, not only that python version need to be version 3 but it need to be version 3.6+, since f-string got introduce in python3.6.
To check you python version.
bench console
import sys
sys.version
Just got this error, not only that python version need to be version 3 but it need to be version 3.6+, since f-string got introduce in python3.6.
To check you python version.
bench console
import sys
sys.version