python-lambda icon indicating copy to clipboard operation
python-lambda copied to clipboard

Conflicting library version 'click' with localstack

Open ipsi-apant opened this issue 1 year ago • 0 comments

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.

ipsi-apant avatar Jun 23 '24 23:06 ipsi-apant