Skip to content

simplejson==3.18.1 not supported #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
marcin2x4 opened this issue Jan 26, 2023 · 3 comments · Fixed by #136
Closed

simplejson==3.18.1 not supported #93

marcin2x4 opened this issue Jan 26, 2023 · 3 comments · Fixed by #136

Comments

@marcin2x4
Copy link

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
@kpark-hrp
Copy link
Contributor

kpark-hrp commented Feb 8, 2024

@alex-pewpew @briensea Can we please upgrade out of this ancient simplejson version? Or at least loosen the pin.

Technically, the simplejson==3.17.2 only supports up to Python 3.8 wheels

@kpark-hrp
Copy link
Contributor

Should be at least minimum simplejson>=3.18.1

@briensea
Copy link
Contributor

Fixed in 2.0.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants