Zac Morris
Zac Morris
I am encountering the same error when trying to load a dataset on a compute cluster. When run on an ML compute instance via RStudio, the code below runs fine....
Also: Attempting to use `$to_csv_files()$download(...)` as mentioned by @nikhilp0 is not working for me. It caused same 'C stack' error for me when run on compute instance in RStudio.
For anyone else blocked by the same issue, I was able to work around it by downloading files directly from the `Datasource` and not using a `Dataset` at all. Instead...
Also seeing the same error when attempting to use [`get_model()`](https://azure.github.io/azureml-sdk-for-r/reference/get_model.html) method.
I'm now seeing the same error after deploying previously working R script and `RScriptStep` into a new workspace. Same code and cluster VM SKU, but in new workspace consistently throws...
> > > I'm now seeing the same error after deploying previously working R script and `RScriptStep` into a new workspace. Same code and cluster VM SKU, but in new...