8

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?

raziiq
  • 115
  • 3
  • Can you post the logs of uninstalling and installing the azure-dataset-runtime package? I ran into a similar issue and my problem was that the package was dependent on a sub package which was not playing well with an existing version already installed by the other package (azureml-core) – frictionlesspulley Jul 16 '22 at 13:41
  • I also got ugly issues regarding the installation of `azureml-dataset-runtime` particularly with `Numpy` version and other dependencies which finally setting python version to `3.8` instead of `3.10` solved the problem. – Elias Sep 28 '22 at 10:51

0 Answers0