기계는 거짓말하지 않는다

ImportError: cannot import name 'docevents' from 'botocore.docs.bcdoc' 오류 본문

Python

ImportError: cannot import name 'docevents' from 'botocore.docs.bcdoc' 오류

KillinTime 2023. 12. 11. 20:43

awscli를 사용 시, 이와 같은 오류를 볼 때 해결 방법이다.

# 필수는 아님
python3 -m pip install --upgrade pip
# 필수
pip3 install --upgrade boto3
pip3 install --upgrade awscli
Comments