question

KaushikSidharth-7640 avatar image
0 Votes"
KaushikSidharth-7640 asked GiftA-MSFT commented

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

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-learningdotnet-ml-big-data
image.png (83.5 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

GiftA-MSFT avatar image
0 Votes"
GiftA-MSFT answered GiftA-MSFT commented

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!

· 6
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Yup this shows the correct answer, however when I'm looking for packages it still comes up in different enviornment.

0 Votes 0 ·
GiftA-MSFT avatar image GiftA-MSFT KaushikSidharth-7640 ·

Can you clarify using examples, thanks.

0 Votes 0 ·

let's say even when i install a package, it will tell dependency meets while it shows the location of python3.6 sites rather than 3.8
.
So for a moment when I got kernel selected as 3.8 and i run pip show pandas, i get this

185367-image.png


0 Votes 0 ·
image.png (83.2 KiB)
Show more comments