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
I'm having encoutering issues with julia_setup which I haven't been able to circumvent with the various debug tricks seen so far.
More specificaly, I've been able to run julia_setup() after adding the Julia libs to R_LD_LIRABRY_PATH in .bashrc. However, when doing so, it disables the internet routines:
It seems like adding the Julia libs to LD_LIBRARY_PATH effectively works to make JuliaCall work, but messes with some other R libs (maybe curl?). I'm however getting lost as to how further investigate this.
The text was updated successfully, but these errors were encountered:
AoA Dear Jeremiedb
I am facing issue with Julia. Last time I used to run my model but after updating the R-Studio I had problem. Then after encountering this trouble I did reinstall R, S-Studio and Julia but the problem remain the same in system. I see you have run the julia setup so I want to run this setup after juliacall run properly. I also going to post here screenshot of R-Studio. Please see this and gave me some suggestion.
I'm having encoutering issues with
julia_setup
which I haven't been able to circumvent with the various debug tricks seen so far.More specificaly, I've been able to run
julia_setup()
after adding the Julia libs to R_LD_LIRABRY_PATH in.bashrc
. However, when doing so, it disables theinternet routines
:Line in
.bashrc
:export R_LD_LIBRARY_PATH=/home/jeremiedb/Downloads/julia-1.8.4/lib/julia
If the
R_LD_LIBRARY_PATH
is not exported, then the following crash occurs when usingjulia_setup
:It seems like adding the Julia libs to LD_LIBRARY_PATH effectively works to make JuliaCall work, but messes with some other R libs (maybe curl?). I'm however getting lost as to how further investigate this.
The text was updated successfully, but these errors were encountered: