로딩
티스토리 데이터 처리 중입니다.

[pip 오류] Command python setup.py egg_info failed with error code 1 ..

 [pip 오류] Command python setup.py egg_info failed with error code 1 ..

문제 상황 VS Code에서 pip로 무언가를 설치할 때 Command python setup.py egg_info failed with error code 1 .. 라는 오류가 뜸.

해결 방법 sudo -H pip install --upgrade --ignore-installed pip setuptools.....

[pip 오류] Command python setup.py egg_info failed with error code 1 ..에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.