Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.01k stars 2.49k forks source link

Azureml-core and PyopenSSL dependencies to cryptography are incompatible #1854

Open limonaluna opened 1 year ago

limonaluna commented 1 year ago

PyopenSSL is pulling cryptography 38.0.x whereas azureml-core is expecting it to be v37.0.x.

Similar issue already happened in February 2021: https://github.com/Azure/MachineLearningNotebooks/issues/1370

This issue has cropped up again after latest release of PyopenSSL 22.1.0, Sept 25th. PyopenSSL is pulling cryptography 38.0.x whereas azureml-core is expecting it to be v37.0.x.

Originally posted by @harvinder-singh44 in https://github.com/Azure/MachineLearningNotebooks/issues/1370#issuecomment-1259583268