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 azureml-widget
work fine, however, I keep getting an error missing required package for azureml-dataset-runtime
although I installed it.
I have Python 3.7 and Python 3.8 installed, both 64 bit and I tried both of them in my virtual environment, still no luck.
Any suggestions?