Azure / Azure/azure-storage-python

new version cryptography dependency crashes app

オープン
#706 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
343
フォーク
243
PR マージ指標
30日以内にマージされた PR はありません

説明

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](https://github.com/Azure/azure-storage-python/files/9526708/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)

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

No dependency file or test is named in the issue. Start by locating the project's dependency declarations and checking how cryptography is selected for the Azure Python environment described in the log. Done means the supported environment no longer installs an incompatible cryptography release, with coverage for the reported import failure if existing tests allow it.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
azure, cryptography, python
領域
backend
issue の種類
バグ
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。