-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Installed with pip install rpy2
When trying:
import rpy2.robjects as robjects
In Mac M1 OS Monterey
I get this error:
OSError: cannot load library '/Library/Frameworks/R.framework/Resources/lib/libR.dylib': dlopen(/Library/Frameworks/R.framework/Resources/lib/libR.dylib, 0x0002): tried: '/Library/Frameworks/R.framework/Resources/lib/libR.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/lib/libR.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
Any idea how to install it for M1 architecture?
jtlz2, ShirleyLiuXQ, mikewojnowicz and abdullah201240
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working