IT/Python

PIP ImportError Fix

2sonnn 2018. 4. 18. 00:30

PIP를 10으로 Upgrade 하고나니

ImportError: cannot import name main


이리저리 찾은 끝에..

젤 쉬운 방법은

$ hash -d pip

or

$ hash -r pip

easy_install 이고 뭐고 그냥 저거 하니까 됨..

'IT > Python' 카테고리의 다른 글

[python] datetime <-> timestamp <-> string  (0) 2016.08.31