Try running python3 -m pip install --upgrade pip
and then run pip3 -V
or pip3.7 -V
to check your version. This will make sure that the you are upgrading and checking the version of the pip which actually matches the Python version you are using (3.7 in this case).