반응형
# ERROR
No module named 'googleapiclient'
# CAUSE
googleapiclient는 python3이 아닌 python2 또는 낮은버전에만 설치됩니다.
에러가 난다면 python3 이상의 버전일 가능성이 높습니다.
python3 환경은 하기와 같이 Googleapiclient를 설치합니다.
■ 해결방법
pip install google-api-python-client |
pip install google-api-python-client
반응형
'파이썬 웹 개발' 카테고리의 다른 글
[Django] django.core.exceptions.improperlyconfigured 에러 해결 (0) | 2022.08.18 |
---|---|
[Django] SynchronousOnlyOperation: You cannot call this from an async context - use a thread or sync_to_async (0) | 2022.07.26 |
[Django] 파이썬 데이터시각화 & txt 업로드, 읽기, 키워드 분석 [1] (0) | 2022.06.02 |
[Django] 장고 ORM vs raw 성능 비교하기 (0) | 2022.05.25 |
[Django] The Zen of Python, by Tim Peters _출력구문에서 제거하는 방법 (0) | 2022.05.20 |
댓글