PIP Upgrade fails : OS: Ubuntu 16.04.6 LTS PIP upgrade failure on Ubuntu 16.04 Python version: Python 2.7.12 # pip install --upgrade pip Collecting pip Using cached https://files.pythonhosted.org/packages/88/d9/761f0b1e0551a3559afe4d34bd9bf68fc8de3292363b3775dda39b62ce84/pip-22.0.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-WjsvHJ/pip/setup.py", line 7 def read(rel_path: str) -> str: ^ SyntaxError: invalid syntax ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-WjsvHJ/pip/ You are using pip version 8.1.1, however version 22.0.3 is available. You should consider upgrad...