MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.27k stars 21.45k forks source link

Unable to register dataset #74723

Closed Arjun-Marthala closed 3 years ago

Arjun-Marthala commented 3 years ago

[Enter feedback here]

arjun@Azure:~/MLOps/examples/cli-train-deploy$ az ml dataset register -f dataset.json --skip-validation Missing required package "azureml-dataset-runtime", which can be installed by running: "/usr/bin/../../opt/az/bin/python3" -m pip install azureml-dataset-runtime --upgrade

Unable to register the dataset, package "azureml-dataset-runtime" is installed/available in the environment.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ram-msft commented 3 years ago

@Arjun-Marthala Thanks for the question. We are investigating the issue and will update you shortly.

ram-msft commented 3 years ago

@Arjun-Marthala Thanks Can you please install the missing azureml-dataset-runtime as shown below. @Azure:~/MLOps/examples/cli-train-deploy$ "/usr/bin/../../opt/az/bin/python3" -m pip install azureml-dataset-runtime --upgrade Defaulting to user installation because normal site-packages is not writeable Collecting azureml-dataset-runtime

ram-msft commented 3 years ago

We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.