Cannot uninstall 'httplib2'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
python3.6에서 google-api-python-client 설치 할때 위와 같은 에러가 발생하면, 라이브러리를 재 설치 하면 된다. 다른 방법은 못 찾았다.
site-packages에서 아래 라이브러리를 지운다.
rm -rf httplib2
rm -rf httplib2-0.9.1.egg-info
rm -rf six-1.10.0.egg-info
rm -rf six.py
이후 아래 처럼 재 설치
sudo pip3.6 install --upgrade google-api-python-client
'일반' 카테고리의 다른 글
AttributeError: module '_jpype' has no attribute 'setResource' (0) | 2018.10.24 |
---|---|
Apache2 Python3.6 한글 깨질 경우 (0) | 2018.10.24 |
mod_wsgi.so python3.6 windwos7 (0) | 2018.10.12 |
Package kr.lucypark.okt.OktInterface is not Callable (2) | 2018.10.02 |
EMP TABLE, DEPT TABLE (0) | 2013.04.17 |