aws-solutions / aws-control-tower-customizations

The Customizations for AWS Control Tower solution combines AWS Control Tower and other highly-available, trusted AWS services to help customers more quickly set up a secure, multi-account AWS environment using AWS best practices.
https://docs.aws.amazon.com/controltower/latest/userguide/cfct-overview.html
Apache License 2.0
354 stars 205 forks source link

PIP error in Project Build #154

Open luccabastos opened 1 year ago

luccabastos commented 1 year ago

I was working normally, when I pushed and started the build a script crash started:

ERROR: pip dependency resolver does not currently take into account all the packages that are installed. This behavior is the source of the following dependency conflicts. cfn-lint 0.72.2 requires pyyaml>5.4, but has pyaml 5.3.1 which is incompatible. aws-sam-cli 1.72.0 requires pyYAML==5.*,>=5.4.1, but has pyyaml 5.3.1, which is incompatible.

stumins commented 1 year ago

Hi @luccajbastos,

Thanks for reporting this issue. We were able to reproduce this message in our test accounts, but the error does not appear to prevent CFCT from operating correctly. Are you experiencing any issues other than seeing this error message in the logs?

We've taken a backlog item to investigate resolving this error.

mbevc1 commented 11 months ago

Related to #169