MachineLearningNotebooks icon indicating copy to clipboard operation
MachineLearningNotebooks copied to clipboard

azureml-monitoring not working with python versions above 3.6

Open moeenkhurram opened this issue 3 years ago • 1 comments

azureml-monitoring is not working with python versions above 3.6, I have tested it on py3.6 = working py3.7= not working py3.8= not working py3.10= not working

is there anyways that I can use it in python 3.8

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

moeenkhurram avatar Aug 25 '22 08:08 moeenkhurram

This should be a problem with production environment because Python 3.6 security support already ended and some ML library like TensorFlow doesn't even support Python 3.6 anymore with their newer version. I hope they will address this in the SDK v2

Hydrugion avatar Aug 31 '22 02:08 Hydrugion