Azure ML Studio is bugged out and can not create a Microsoft ticket under MSDN. Need a few suggestions

Kaushik, Sidharth 21 Reputation points
2022-03-15T13:12:50.22+00:00

ML studio is, by default picking up Python 3.6 kernel, even when I'm specifying use Python 3.8 AzureML kernel. In UI, it's changed but not actually.

183312-image.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,544 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
0 comments No comments
{count} votes

Accepted answer
  1. GiftA-MSFT 11,151 Reputation points
    2022-03-16T17:18:38.727+00:00

    Hi, thanks for reaching out. It looks like the command you ran isn't supported. A better command to test kernel changes is shown below:

    from platform import python_version
    print(python_version())
    

    Hope this helps!


0 additional answers

Sort by: Most helpful