[python] pip error: Command "python setup.py egg_info" failed with error code 1
Language/python 2017. 11. 27. 02:54pip install ipython 시 겪은 에러로, 원인은 pip version이었다
ipython github README 인용
You will need to update pip to the version 9.0.1 or greater
아래 명령어로 pip를 upgrade하고 version을 확인해보자
pip install -U pip
pip --version
'Language > python' 카테고리의 다른 글
[python] selenium install (0) | 2017.11.30 |
---|---|
[python] list in for-loop syntax (+tuple) (0) | 2017.11.29 |
[python] ctypes.CFUNCTYPE 사용법 (0) | 2017.11.27 |
[python] converting bytes to ctypes.c_short array (0) | 2017.11.26 |
[python] beautifulsoup4 example (0) | 2017.11.26 |
WRITTEN BY
- hojongs
블로그 옮겼습니다 https://hojongs.github.io/