bcrypt 4.3.0 cause module GLIBC_2.34 not found (same as cryptography 44.0.0) #39920
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Functions
needs-author-feedback
Workflow: More information is needed from author to address the issue.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
I upgrade my python Azure Fonction App and got a import module error of glibc 2.34
I use paramiko to make SFTP exchange. And paramiko is using bcrypt to handle sshkey.
The new version of bcrypt 4.3.0 is causing a similiar issue of cryptography 44.0.0.
As mention in this post
I think bcrypt is an other project to ship to Glibc 2.34
As work around, I downgrade the version to bcrypt to 4.2.1.
To Reproduce
Create a Azure Fonction App and import bcrypt module
function_app.py
requirements.txt
Expected behavior
Module should be importable
Screenshots
Additional context
Deployment done from github action, by zip artefact.
The text was updated successfully, but these errors were encountered: