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
Are there known issues with running RERconverge on macs with M1 chips? I have followed your instructions for installing RERconverge from source and from the binary files but with no luck. It seems to install ok, but when I go to load it in R I get the following error:
Error: package or namespace load failed for ‘RERconverge’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/RERconverge/libs/RERconverge.so':
dlopen(/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/RERconverge/libs/RERconverge.so, 0x0006): tried: '/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/RERconverge/libs/RERconverge.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/RERconverge/libs/RERconverge.so' (no such file), '/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/RERconverge/libs/RERconverge.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
it seems like the chip architecture is the problem: "mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')"
Do you know a work around for this?
Thanks,
Matt
The text was updated successfully, but these errors were encountered:
I didn’t ever get a solution to this and ended up running RERconverge on a different non-M1 computerOn 8 Sep 2023, at 00:31, Rishi De-Kayne ***@***.***> wrote:
Hi @MattChristmas, did you ever find a work-around/solve/update on this? I think I'm running into the same issue.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
Hi,
Are there known issues with running RERconverge on macs with M1 chips? I have followed your instructions for installing RERconverge from source and from the binary files but with no luck. It seems to install ok, but when I go to load it in R I get the following error:
it seems like the chip architecture is the problem: "mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')"
Do you know a work around for this?
Thanks,
Matt
The text was updated successfully, but these errors were encountered: