
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
pip install awsebcli 입력하여 패키지 설치를 하면
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packagesbotocore 1.29.99 requires urllib3<1.27,>=1.25.4, but you'll have urllib3 2.0.1 which is incompatible.
이라는 에러와
botocore 1.29.99 requires urllib3<1.27,>=1.25.4, but you'll have urllib3 2.0.1 which is incompatible.
이라는 경고가 뜨고
무시하고 eb init으로 배포를 시작하면 캡쳐와 같은 상황으로, 진행이 되지 않습니다.

