azureml-sdk-for-r
azureml-sdk-for-r copied to clipboard
Unable to download File Dataset
I am unable to download File dataset to Compute Instance FS - I getting "Kernel died" error.
To Reproduce I am getting registered dataset and then trying to download ds <- get_dataset_by_name(ws, name='data') download_from_file_dataset(dataset = ds, overwrite = FALSE)
Expected behavior file would be downloaded to the FS
Screenshots

Additional context azuremlsdk 1.10.0
Installing the latest version of reticulate from github may resolve this issue for you.
@michalmar - did updating reticulate solve your issue?
@diondrapeck No, it didn't, I tried with install.packages("reticulate") but the error is the same.