I am using python 3.5.0 where "pip intall python" command for installing "Matplotlib" is not working. Here is the error that i get:
C:\>pip install matplotlib
Traceback (most recent call last):
File "c:\program files\python 3.5\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "c:\program files\python 3.5\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Program Files\Python 3.5\Scripts\pip.exe\__main__.py", line 5, in <module>
File "c:\program files\python 3.5\lib\site-packages\pip\_internal\cli\main.py", line 57
sys.stderr.write(f"ERROR: {exc}")
^
SyntaxError: invalid syntax