-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to precompile RCall on Julia v1.8 #455
Comments
I've also encountered this. If I try julia> Pkg.build("RCall")
Building Conda → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/6e47d11ea2776bc5627421d59cdcc1296c058071/build.log`
Building RCall → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/72fddd643785ec1f36581cbc3d288529b96e99a7/build.log`
Progress [====================> ] 1/2 |
What OS is this on? This worked fine for me. |
For me its macOS: julia> versioninfo()
Julia Version 1.8.2
Commit 36034abf260 (2022-09-29 15:21 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin21.4.0)
CPU: 12 × Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, skylake)
Threads: 5 on 12 virtual cores
Environment:
JULIA_LTS_PATH = /Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia
JULIA_PATH = /Applications/Julia-1.8.app/Contents/Resources/julia/bin/julia
JULIA_EGLOT_PATH = /Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia
JULIA_NUM_THREADS = 5
DYLD_LIBRARY_PATH = /usr/local/homebrew/Cellar/libomp/9.0.1/lib/
JULIA_NIGHTLY_PATH = /Applications/Julia-1.8.app/Contents/Resources/julia/bin/julia |
I tested on macOS 1.8 as well. I installed R from homebrew. |
Mmm. Sometime, long ago, when I first installed Call I seemed to have set
Could this be the issue? In that case how do I set my R_HOME to have RCall.jl handle the R installation? |
I'm also not a regular R or RCall user - but I just noted that RCall found my homebrew installed R and I didn't have to set |
For the record, I've just tried today without changing R_HOME and |
I will note that it just hangs for a long time and then continues. In general, we should probably not try to do this automatically, and just document the instructions for people wanting to install R from conda, or provide their own R. It's unnecessarily magical right now. No real R user would wants to call R would want their R to be installed by Conda in |
Hi,
I have recently updated Julia from v1.7 to v1.8. I can correctly install RCall. However, when I type
using RCall
in the REPL, I get the following error message:Any lead about how to get around it is very much appreciated. Thank you.
The text was updated successfully, but these errors were encountered: