Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

cannot import name 'EntryPoints' from 'importlib_metadata' #49

Open
@piercus

Description

@piercus

I've faced an error cannot import name 'EntryPoints' from 'importlib_metadata' inside the lambda function.

Investigation

I have found aws/aws-lambda-python-runtime-interface-client#61 and aws/aws-lambda-python-runtime-interface-client#61

Problem from awslambdaric which depends on an old version of importlib-metadata (2.0.0) which is overriding the version use by

Switching to python 3.8 fixed the issue.

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