Can't find compatible libraries for aws-cdk-lib 2.9.6

0

I am trying to build my eks stack via cli with python. However, the latest version of the libraries are not able to be installed with it and I keep getting a construct error.

The conflict is caused by: The user requested constructs<12.0.0 and >=1.204.0 aws-cdk-lib 2.96.0 depends on constructs<11.0.0 and >=10.0.0 aws-cdk-core 1.204.0 depends on constructs<4.0.0 and >=3.3.69

Here is my code in requirements.txt

aws-cdk-lib==2.96.2 constructs>=10.0.0,<11.0.0 aws_cdk.core==1.204.0 aws_cdk.aws-iam==1.204.0 aws_cdk.aws-eks==1.204.0 aws_cdk.aws_ec2==1.204.0 pyyaml

Any help would be greatly appreciated. Thanks

질문됨 9달 전56회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠