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 could load the RCall in Julia REPL running inside the terminal which has export LD_LIBRARY_PATH="/home/software/R-3.6.1/lib/" in the .bashrc. However, when I use Atom to connect to the same remote Julia, the session seems not be able to use the env variable of the shell. So it could not load the lib.
ERROR: InitError: error compiling __init__: error compiling initEmbeddedR: could not load library "/home/software/R-3.6.1/lib/libR.so" libRblas.so: cannot open shared object file: No such file or directory
Manually setting the LD_LIBRARY_PATH in the Julia or setting the ENV["LD_LIBRARY_PATH"] in the .juliarc.jl from startup both did not fix the problem.
What should I do? Thank you very much for your help.
The text was updated successfully, but these errors were encountered:
Hi,
I could load the RCall in Julia REPL running inside the terminal which has
export LD_LIBRARY_PATH="/home/software/R-3.6.1/lib/"
in the .bashrc. However, when I use Atom to connect to the same remote Julia, the session seems not be able to use the env variable of the shell. So it could not load the lib.ERROR: InitError: error compiling __init__: error compiling initEmbeddedR: could not load library "/home/software/R-3.6.1/lib/libR.so" libRblas.so: cannot open shared object file: No such file or directory
Manually setting the LD_LIBRARY_PATH in the Julia or setting the ENV["LD_LIBRARY_PATH"] in the .juliarc.jl from startup both did not fix the problem.
What should I do? Thank you very much for your help.
The text was updated successfully, but these errors were encountered: