Skip to content
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

new version cryptography dependency crashes app #706

Open
erikpa1 opened this issue Sep 8, 2022 · 0 comments
Open

new version cryptography dependency crashes app #706

erikpa1 opened this issue Sep 8, 2022 · 0 comments

Comments

@erikpa1
Copy link

erikpa1 commented Sep 8, 2022

Hi, before 2 days there was released cryptography==38.x.x

which makes azure python web app crash (because cryptography fails to load), it could nice to freeze cryptography>=2.x.x as it is now (for storage and tables), because it will cause a lot of problems :)

Downgrading cryptography to cryptography==37.0.4 can solve this problem.

New version of library is probably written for new 22 ubuntu and azure runs on 20 version.

2022_09_08_ln0sdlwk00013K_default_docker.log

Just adding here log keys for people also searching this problem:

ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/site/wwwroot/antenv/lib/python3.7/site-packages/cryptography/hazmat/bindings/_rust.abi3.so)

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

No branches or pull requests

1 participant