에러명 : ImportError: cannot import name 'docevents'
ImportError: cannot import name 'docevents' 에러 발생
👉 해결 방법
dependency 호환 문제로 에러 발생. 라이브러리 재설치로 해결
$ pip install --upgrade boto3
$ pip install --upgrade requests
$ pip install --upgrade --user awscli
👉 참고링크
'AWS > AWS 일반' 카테고리의 다른 글
[AWS] 자주 쓰는 명령어 정리 (SSH, SCP, python 버전 변경, 비번 setting) (0) | 2022.08.07 |
---|---|
[AWS] AWS Service 종류 정리 (0) | 2022.07.14 |
[AWS 에러] Boto3 - Could not connect to the endpoint URL 해결 (0) | 2022.06.30 |
[AWS] AWS CLI 설치 및 Configure 설정 (0) | 2022.06.13 |
[AWS] EC2에 S3 Mount 하기 - ubuntu.16.04 (with. s3fs) (0) | 2022.06.12 |