Skip to content

Error in installation: SAM build fails for Python39 #17

@mujtaba1747

Description

@mujtaba1747

The documentation says that running sam build and sam deploy --guided will deploy the layer. But, I get an error when I followed this.

Steps to reproduce the issue:

  1. Fork the fmi repository
  2. Setup AWS credentials (access key and id)
  3. cd python/aws/python39
  4. Run sam build
  5. The error message I got was:
Build Failed
Error: CustomMakeBuilder:MakeBuild - Make Failed: Unable to find image 'fmi-build-python39:latest' locally
docker: Error response from daemon: pull access denied for fmi-build-python39, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
make: *** [build-python39] Error 125

Possible way to fix this:

Update on this: I fixed this by building the docker image from the repo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions