Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
2 answers
532 views

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:\Python38\python.exe -m venv tempml tempml\scripts\activate pip install ...
tezzaaa's user avatar
  • 469
2 votes
1 answer
12k views

No module named 'azureml' >> !pip install azureml-core >> from azureml.core import Experiment

I am facing issues with Azure ML when i try to install the SDK with pip install azureml-core and then import azureml.core in my script. I do not understand how can it be possible to have this error ...
Tirbo06's user avatar
  • 723
8 votes
0 answers
1k views

Getting error Missing required package "azureml-dataset-runtime" in VSCode

I am trying to setup my virtual environment for Azure in VS Code. I have installed the required packages, e.g., azureml-core and azureml-widgets and azureml-dataset-runtime. Both azureml-core and ...
raziiq's user avatar
  • 115