I was able to get rid of it using this pip install
$ pip install azureml-sdk[notebooks]
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am running RStudio on azureml compute instance.
Running the test examples in vignettes used to work.
However, today I encountered this error:
library(azuremlsdk)
# current directory set to source code
# config file in current folder "config.js"
ws <- load_workspace_from_config()
Error:
Failure while loading azureml_run_type_providers. Failed to load entrypoint automl = azureml.train.automl.run:AutoMLRun._from_run_dto with exception (portalocker 2.0.0 (/anaconda/envs/azureml_py36/lib/python3.6/site-packages), Requirement.parse('portalocker~=1.0'), {'msal-extensions'}).
Herman
I was able to get rid of it using this pip install
$ pip install azureml-sdk[notebooks]
@Herman Tan Thanks for the question. Can you please share the sample that you are trying. If possible please share the full service logs to check.
We have forwarded to the product team to check on this error.
Please follow the below at the azuremlsdk package, which operationalizes R to Azure ML service and is built on reticulate.
https://learn.microsoft.com/en-us/azure/machine-learning/tutorial-1st-r-experiment