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.
julia-setup not working with R 4.5.1 and Julia 1.11.6
2 messages · Robert Dorazio, Bert Gunter
1 day later
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.