에러 상황

$pip install botocore==1.27.17
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
boto3 1.24.66 requires botocore<1.28.0,>=1.27.66, but you have botocore 1.27.17 which is incompatible.

$pip install botocore==1.27.66
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
awscli 1.25.17 requires botocore==1.27.17, but you have botocore 1.27.66 which is incompatible.

해결방법: 결국 재설치

$ pip3 install awscli --upgrade --user

$ pip3 uninstall botocore
$ pip3 uninstall botocore

$ pip3 install botocore
$ pip3 install boto3

'DevOps > Cloud Service' 카테고리의 다른 글

[SageMaker studio] Data Wrangler flow  (0) 2022.09.08
[Boto3] S3 bucket 생성  (0) 2022.09.07
[Boto3] S3 bucket 나열  (0) 2022.09.07
[네이버 클라우드] 서버 생성 및 접근  (0) 2022.05.28

ACG의 생성

Network Interface 생성

VPC 생성

기존에 생성된 Public IP 와 Server 연결

공인 IP를 통한 Server 접근

관리자 비밀번호 변경

$ root@server-youngmki-for-testing:~# passwd
$ New password: 
$ Retype new password: 
$ passwd: password updated successfully