Language/Python
[Python] Conda Google API 라이브러리 설치
나는 정은
2022. 10. 5. 13:05
conda로 google-api-python-client 라이브러리 설치
Anaconda Prompt를 실행시켜준 뒤 아래 명령어들 중 하나를 입력하면 된다
conda install -c conda-forge google-api-python-client
conda install -c "conda-forge/label/gcc7" google-api-python-client
conda install -c "conda-forge/label/cf201901" google-api-python-client
conda install -c "conda-forge/label/cf202003" google-api-python-client