๋ฐ์ํ
๐ซ ERROR
pip ํจํค์ง ์ค์น ๊ณผ์ ์์ ์๋ ์๋ฌ๊ฐ ๊ณ์ ๋ฐ์ํ์ฌ ๊ฒ์ํด ๋ณด๋ pip, setuptools ์ ๊ทธ๋ ์ด๋ํ๋ผ๊ณ ๋์ต๋๋ค
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-on0urr/pip/
๊ทธ๋์ ์ ๊ทธ๋ ์ด๋๋ฅผ ์งํํ๋ ค๊ณ 'pip install --upgrade pip' ๋ช ๋ น์ด๋ฅผ ์คํํ๋๋ฐ ๋ค๋ฅธ ์๋ฌ๊ฐ ๋ฐ์ํ๋ค์ ๐ฅ
[root@localhost ~] pip install --upgrade pip
Collecting pip
Using cached https://files.pythonhosted.org/packages/33/c9/e2164122d365d8f823213a53970fa3005eb16218edcfc56ca24cb6deba2b/pip-22.0.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-on0urr/pip/setup.py", line 7
def read(rel_path: str) -> str:
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-on0urr/pip/
You are using pip version 8.1.2, however version 22.0.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
๐ก SOLVED
pip ํน์ ๋ฒ์ ์ ์ง์ ํ์ฌ ์ ๊ทธ๋ ์ด๋ ์งํํด ์ค ๋ค์์ ์ต์ ๋ฒ์ ์ผ๋ก ์ ๊ทธ๋ ์ด๋ํ๋ฉด ์ ๋ฉ๋๋ค
pip ๋ฒ์ ์ด ๋๋ฌด ์ค๋๋ ๋ฒ์ ์ด๋ผ ํ ๋ฒ์ ์ต์ ๋ฒ์ ์ผ๋ก ์ฌ๋ฆฌ๋ ๊ณผ์ ์์ ๋ฐ์ํ๋ ๋ฌธ์ ๊ฐ์์๐
pip install --upgrade pip==20.3
pip install --upgrade pip