Robert Dorazio
2025-Sep-05 14:34 UTC
[R] julia-setup not working with R 4.5.1 and Julia 1.11.6
My operating system is Ubuntu 24.04. To ensure I had the most recent version of the R package ?JuliaCall?, I installed ?JuliaCall? from github as follows: devtools::install_github(?JuliaInterop/JuliaCall?) The problem is that running julia_setup() produces a segmentation fault. For example: library(JuliaCall) julia_setup(rebuild=TRUE) Julia version 1.11.6 at location /home/robert/.julia/juliaup/julia-1.11.6+0.x64.linux.gnu/bin will be used. Loading setup script for JuliaCall? Finish loading setup script for JuliaCall. Segmentation fault (core dumped) Any help is much appreciated. Previously, I had installed R package "JuliaCall" from the CRAN repository, but I obtained the same segmentation fault error. [[alternative HTML version deleted]]
Bert Gunter
2025-Sep-06 14:35 UTC
[R] julia-setup not working with R 4.5.1 and Julia 1.11.6
I think you should contact the package maintainer and/or check any package support lists that may exist for this sort of issue. Cheers, Bert On Sat, Sep 6, 2025 at 1:16?AM Robert Dorazio <rmdorazio at gmail.com> wrote:> My operating system is Ubuntu 24.04. > > To ensure I had the most recent version of the R package ?JuliaCall?, I > installed ?JuliaCall? from github as follows: > > devtools::install_github(?JuliaInterop/JuliaCall?) > > The problem is that running julia_setup() produces a segmentation fault. > For example: > > library(JuliaCall) > julia_setup(rebuild=TRUE) > Julia version 1.11.6 at location > /home/robert/.julia/juliaup/julia-1.11.6+0.x64.linux.gnu/bin will be used. > Loading setup script for JuliaCall? > Finish loading setup script for JuliaCall. > Segmentation fault (core dumped) > > Any help is much appreciated. > > Previously, I had installed R package "JuliaCall" from the CRAN repository, > but I obtained the same segmentation fault error. > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > https://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]