본문 바로가기
ETC/에러 모음

ImportError: No module named googleapiclient 해결방법

by Guardy 2020. 7. 23.
728x90

no module named 'googleapiclient'

pip PS C:\Users\devgu\desktop\soomgo\coupangwing> pip install googleapiclient     
ERROR: Could not find a version that satisfies the requirement googleapiclient (from versions: none)
ERROR: No matching distribution found for googleapiclient

다음과 같은 에러가뜰때 해결 방법이다.

터미널에 다음과 같이 쳐서 해결할 수 있다.

pip install google-api-python-client
728x90