azureml-sdk-for-r icon indicating copy to clipboard operation
azureml-sdk-for-r copied to clipboard

Unable to download File Dataset

Open michalmar opened this issue 5 years ago • 3 comments
trafficstars

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 image

Additional context azuremlsdk 1.10.0

michalmar avatar Nov 10 '20 20:11 michalmar

Installing the latest version of reticulate from github may resolve this issue for you.

revodavid avatar Dec 10 '20 02:12 revodavid

@michalmar - did updating reticulate solve your issue?

diondrapeck avatar Jan 19 '21 16:01 diondrapeck

@diondrapeck No, it didn't, I tried with install.packages("reticulate") but the error is the same.

michalmar avatar Jan 19 '21 21:01 michalmar