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
'ETC > 에러 모음' 카테고리의 다른 글
TypeError: an integer is required (got type str) (0) | 2020.08.12 |
---|---|
python txt read 파일 읽기 에러 'cp949 codec' 해결법 (0) | 2020.08.12 |
Python \ufeff 제거 (0) | 2020.07.28 |
PYTHON 에서 "UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 6987: illegal multibyte sequence" 오류 날때 해결법 (0) | 2020.07.28 |
msvcp140.dll or msvcp140_1.dll 오류 해결법 (2) | 2020.07.08 |