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
Describe the bug
I am trying to get ducks to install in a Docker for AWS Lambda, I see this error during the build process. The Docker image being used here is this lambda/python:3.9-x86_64 found here https://gallery.ecr.aws/lambda/python.
@anjanvb cykhash requires a compiler, gcc. If you pip install it on a machine with gcc it should work. But Poetry still has trouble with cykhash due to lack of PEP 517 compatibility. @manimino this library fills a useful niche. Any chance of making installation work without compile?
Describe the bug
I am trying to get
ducks
to install in a Docker for AWS Lambda, I see this error during the build process. The Docker image being used here is thislambda/python:3.9-x86_64
found here https://gallery.ecr.aws/lambda/python.To Reproduce
Steps to reproduce the behavior:
requirements.txt
withducks
Expected behavior
The installation to work properly.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: