-
Couldn't load subscription status.
- Fork 14
Open
Description
I'm running into an issue. When I run poetry build-lambda, I get the following error:
Checksum verification...
Previous checksum = None
Current checksum = fc01f559e7a9c3c5499fb849cc4e1f8b
Building package...
'Locker' object has no attribute 'is_locked_groups_and_markers'The only places where is_locked_groups_and_markers is used in the plugin are the following
if self._poetry.locker.is_locked_groups_and_markers(): if self._poetry.locker.is_locked_groups_and_markers():
I am currently using Python v3.12, Poetry v1.8.5, and the latest version of the plugin. Here is my configuration for the plugin in my pyproject.toml file
[tool.poetry-plugin-lambda-build]
package-artifact-path = "./build/package.zip"Metadata
Metadata
Assignees
Labels
No labels