Skip to content

1.58 is not compatible with AWS Lambda #2430

@sseveran

Description

@sseveran

1.58 introduces a dependency on multiprocessing.RLock which it not compatible with AWS Lambda. multiprocessing.SemLock (used by RLock in Requester.py) will raise OSError [Errno 38] Function not implemented. This is caused by /dev/shm not being available in AWS Lamba.

I don't have a workaround and downgraded to 1.57 which works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions