[PYTHON] There was an error checking the latest version of pip

pip을 사용중에

There was an error checking the latest version of pip

이러한 워링이 뜬다면

CMD에서 다음 코드를 통해 pip을 업그레이드 하면된다.

python -m pip install --upgrade pip