When I try to install anything using pip3 i get this error
Traceback (most recent call last):
File "/usr/local/bin/pip3", line 7, in <module>
from pip._internal.cli.main import main
File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py", line 57
sys.stderr.write(f"ERROR: {exc}")
^
SyntaxError: invalid syntax
I saw some solutions for this type of questions but none helped me.
I am using ubuntu 16.04 instance in google cloud Please help me out of this