Kathryn Klarich
04/26/2022, 5:14 PMAttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
- it seems to be happening during this step RUN pip install pip --upgrade
- has anyone come across this before and know how to fix it? I was able to successfully register this flow a few days ago and haven’t changed much in the requirements since then.Kevin Kho
Kathryn Klarich
04/26/2022, 5:23 PMKevin Kho
Kathryn Klarich
04/26/2022, 5:26 PMKevin Kho
Kathryn Klarich
04/26/2022, 5:29 PMKevin Kho
Kathryn Klarich
04/26/2022, 5:30 PMKevin Kho
cryptography
jumped from version 3.4.8 to 35.0.0. No wonder the versions felt so farKathryn Klarich
04/26/2022, 5:58 PMcryptography==2.8
in the flow’s image (that was the version of cryptography that other flows container’s were using). I’m not sure if this has something to do that we are using prefect version 0.15.5
Kevin Kho
Kathryn Klarich
04/26/2022, 7:43 PMKathryn Klarich
04/27/2022, 9:31 PM1.2
and I still got the same error, so I don’t think it has anything to do with the prefect version. I’ll continue pinning to cryptography version 2.8 for now.Anna Geller
Kathryn Klarich
04/28/2022, 3:10 PM