You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to load torch (pytorch.org) using the reticulate package in RStudio Server results in a hard crash (probably a segfault). The same does not happen using R from the terminal. (BTW, loading other python modules works fine in RStudio Server.)
I am running Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-137-generic x86_64), with RStudio Server 1.1.383 and Microsoft R Open 3.4.2. I am using reticulate 1.7.
sessionInfo():
R version 3.4.2 (2017-09-28)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.5 LTS
Running Microsoft R Open 3.4.2 in the terminal with the following works, but running the same in RStudio Server crashes ("The previous R session was abnormally terminated due to an unexpected crash.") :
I think I'd switch to a pure python environment (jupyter notebook) for PyTorch, rather than try running it from within R. You can still pass around dataframes from R using this I think.
Attempting to load torch (pytorch.org) using the reticulate package in RStudio Server results in a hard crash (probably a segfault). The same does not happen using R from the terminal. (BTW, loading other python modules works fine in RStudio Server.)
I am running Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-137-generic x86_64), with RStudio Server 1.1.383 and Microsoft R Open 3.4.2. I am using reticulate 1.7.
sessionInfo():
py_config() returns:
Running Microsoft R Open 3.4.2 in the terminal with the following works, but running the same in RStudio Server crashes ("The previous R session was abnormally terminated due to an unexpected crash.") :
Same for this:
And same for this:
Suggestions are most appreciated.
The text was updated successfully, but these errors were encountered: