-
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
Julia crashes with EXCEPTION_ACCESS_VIOLATION when loading RCall #381
Comments
Did you set |
Setting/unsetting Where should |
You shouldn't need to set |
Could you check if #382 fix you case? |
It does! |
So it is indeed a R_HOME issue. Your system somehow has multiple versions of R and RCall got confused when the R_HOME from different versions do not match. |
How though? I only have one version of R installed. |
Perhaps the previous installation has left some registry records. |
I have the same issue. If I just load RCall, Julia crashes with If I run
Windows 10, Julia 1.5.1. Could it be a path format problem? |
Full stacktrace:
Steps to reproduce: simply run
using RCall
in a Julia REPL.versioninfo:
There is another issue #368 reporting EXCEPTION_ACCESS_VIOLATION but it seems to have a different cause. Not sure whether they are related.
The text was updated successfully, but these errors were encountered: