You are using pip version 9.0.3, however version 22.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(venv) [wjs@Cent75-0-118 flask]$
(venv) [wjs@Cent75-0-118 flask]$ pip install --upgrade pip
Collecting pip
Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (1.7MB)
100% |████████████████████████████████| 1.7MB 923kB/s
Installing collected packages: pip
Found existing installation: pip 9.0.3
Uninstalling pip-9.0.3:
Successfully uninstalled pip-9.0.3
Successfully installed pip-21.3.1
You are using pip version 21.3.1, however version 22.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(venv) [wjs@Cent75-0-118 flask]$
(venv) [wjs@Cent75-0-118 flask]$ pip install --upgrade pip
Requirement already satisfied: pip in ./venv/lib/python3.6/site-packages (21.3.1)
(venv) [wjs@Cent75-0-118 flask]$
(venv) [wjs@Cent75-0-118 flask]$ pip --version
pip 21.3.1 from /home/wjs/flask/venv/lib64/python3.6/site-packages/pip (python 3.6)
(venv) [wjs@Cent75-0-118 flask]$
(venv) [wjs@Cent75-0-118 flask]$ pip install pip==22.0.3
ERROR: Could not find a version that satisfies the requirement pip==22.0.3 (from versions: 0.2, 0.2.1, 0.3, 0.3.1, 0.4, 0.5, 0.5.1, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.7, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.8.2, 0.8.3, 1.0, 1.0.1, 1.0.2, 1.1, 1.2, 1.2.1, 1.3, 1.3.1, 1.4, 1.4.1, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 6.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5, 6.0.6, 6.0.7, 6.0.8, 6.1.0, 6.1.1, 7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.1.0, 7.1.1, 7.1.2, 8.0.0, 8.0.1, 8.0.2, 8.0.3, 8.1.0, 8.1.1, 8.1.2, 9.0.0, 9.0.1, 9.0.2, 9.0.3, 10.0.0b1, 10.0.0b2, 10.0.0, 10.0.1, 18.0, 18.1, 19.0, 19.0.1, 19.0.2, 19.0.3, 19.1, 19.1.1, 19.2, 19.2.1, 19.2.2, 19.2.3, 19.3, 19.3.1, 20.0, 20.0.1, 20.0.2, 20.1b1, 20.1, 20.1.1, 20.2b1, 20.2, 20.2.1, 20.2.2, 20.2.3, 20.2.4, 20.3b1, 20.3, 20.3.1, 20.3.2, 20.3.3, 20.3.4, 21.0, 21.0.1, 21.1, 21.1.1, 21.1.2, 21.1.3, 21.2, 21.2.1, 21.2.2, 21.2.3, 21.2.4, 21.3, 21.3.1)
ERROR: No matching distribution found for pip==22.0.3
(venv) [wjs@Cent75-0-118 flask]$
'TIP' 카테고리의 다른 글
PowerEdge R730, iDRAC8에서 iDRAC9로 업그레이드 (0) | 2022.11.25 |
---|---|
구글 유튜브 자막 한국어 자동번역 고정시키기 (0) | 2022.11.25 |
[python] pip3로 package 설치 및 삭제 (0) | 2022.02.16 |
CentOS 5/6 에서 GCC 4.8 사용하기 (0) | 2022.02.11 |
[CentOS 7 / Ubuntu 18.04] Prometheus 서버 설치 방법 (1) | 2022.02.10 |