nficano / python-lambda

A toolkit for developing and deploying serverless Python code in AWS Lambda.
ISC License
1.5k stars 229 forks source link

Conflicting library version 'click' with localstack #725

Open ipsi-apant opened 2 months ago

ipsi-apant commented 2 months ago

After installing python-lambda

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.
localstack 1.4.0 requires click>=7.0, but you have click 6.6 which is incompatible.

After updating 'click'

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.
python-lambda 11.8.0 requires click==6.6, but you have click 8.1.7 which is incompatible.