I\'m trying to use pip to install a package. I try to run pip install from the Python shell, but I get a SyntaxError. Why do I get this error? H
pip install
SyntaxError
Try upgrade pip with the below command and retry
python -m pip install -U pip