pip 버전 업그레이드 방법

    pip로 라이브러리를 설치를 할 때 버전이 낮아서 설치가 안될 수 있다.

     

    (venv) E:\Project\mrc\KorQuAD-beginner-master>python -m pip install --upgrade pip
    Collecting pip
      Downloading pip-20.1.1-py2.py3-none-any.whl (1.5 MB)
         |████████████████████████████████| 1.5 MB 18 kB/s
    Installing collected packages: pip
      Attempting uninstall: pip
        Found existing installation: pip 20.0.2
        Uninstalling pip-20.0.2:
          Successfully uninstalled pip-20.0.2
    Successfully installed pip-20.1.1

    python -m pip install --upgrade pip 

     

    pip를 업그레이드 하기 위해서는 위와 같은 명령어로 업그레이드 수행하면 된다.

    반응형

    댓글

    Designed by JB FACTORY