Skip to content

simplejson==3.18.1 not supported #93

Closed
@marcin2x4

Description

@marcin2x4

When installing office365 package in lambda's `/tmp/ dir:

os.system('/var/lang/bin/pip3.9 install office365 -t /tmp/')
import office365

def handler(event, context): 
    print(sys.path)
    print("hi!")
    print(office365.__version__)

one of the dependencies threw below error:

awslambdaric 2.0.4 requires simplejson==3.17.2, but you have simplejson 3.18.1 which is incompatible.
Module office365 not found

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