You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployment and deployed lambda function works as expected when I use 'source_path' with 'pip_requirements'. But with 'source_path' and 'poetry_install' I get the following error:
Collecting aioboto3==11.2.0
│ Using cached aioboto3-11.2.0-py3-none-any.whl (32 kB)
│ ERROR: Hashes are required in --require-hashes mode, but they are missing
│ from some requirements
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Deployment and deployed lambda function works as expected when I use 'source_path' with 'pip_requirements'. But with 'source_path' and 'poetry_install' I get the following error:
pyproject.toml contains the following
Versions
Module version [Required]: 4.18.0
Terraform version:
Terraform v1.4.6
on darwin_arm64
Provider version(s):
Reproduction Code [Required]
My module definition is the following:
Steps to reproduce the behavior:
No (but I'm using terragrunt for deployment) Yes 'terragrunt apply' failsExpected behavior
Actual behavior
Terminal Output Screenshot(s)
Additional context
Here it's stated that '--without-hashes' should be added to poetry export.
python-poetry/poetry#3472
The text was updated successfully, but these errors were encountered: