unable to import azureml in vscode
I've installed python 3.8, from vscode terminal I created an env and seem to have successfully installed azureml as below: C:Python38python.exe -m venv tempml tempmlscriptsactivate pip install azureml-core I then go into python and type import azureml but I get…