Skip to content

issue with julia_setup #256

Open
Open
@gravary

Description

@gravary

julia_setup not functioning, I've tried updating all relevant packages and both R and Julia to latest versions.
I receive the following error when running in R:

> jl_home<-"C:/Users/gsr05456/AppData/Local/Programs/Julia-1.11.5/bin"
> julia_setup(jl_home)
Julia version 1.11.5 at location C:\Users\gsr05456\AppData\Local\Programs\JULIA-~1.5\bin will be used.
Loading setup script for JuliaCall...
Error in .julia$cmd(paste0(Rhomeset, "Base.include(Main,\"", system.file("julia/setup.jl",  : 
  Error happens when you try to execute command ENV["R_HOME"] = "C:/PROGRA~1/R/R-45~1.0";Base.include(Main,"C:/Users/gsr05456/AppData/Local/R/win-library/4.5/JuliaCall/julia/setup.jl") in Julia.
                        To have more helpful error messages,
                        you could considering running the command in Julia directly

running the command in julia generates:

julia> ENV["R_HOME"] = "C:/PROGRA~1/R/R-45~1.0";Base.include(Main,"C:/Users/gsr05456/AppData/Local/R/win-library/4.5/JuliaCall/julia/setup.jl")
WARNING: replacing module JuliaCall.
ERROR: LoadError: could not load symbol "SET_SYMVALUE":
The specified procedure could not be found.
in expression starting at C:\Users\gsr05456\AppData\Local\R\win-library\4.5\JuliaCall\julia\display\RmdJulia.jl:6
in expression starting at C:\Users\gsr05456\AppData\Local\R\win-library\4.5\JuliaCall\julia\setup.jl:16

seems similar to the issue described in: JuliaInterop/RCall.jl#566

please advise

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions