Hi @ralmond ,
Apologies in advance if this is not the appropriate place for this question / issue.
I downloaded the pkgRNetica_0.8-4.tgzand installed using Rstudio's pkg installer. When I load the Rnetica library in Rstudio I receive the error below suggesting an 'incompatible architecture'.
Wondering if there is something wrong with my configuration or if it is not possible to run Rnetica on M1 Macbooks?
Specs:
Macbook pro M1, MacOS Monterey 12.3.1
R 4.1.2 silicon arm64 build
I run Netica 6.09 32 bit version - using crossover
library(RNetica)
Loading required package: CPTtools
Error: package or namespace load failed for ‘RNetica’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/RNetica/libs/RNetica.so':
dlopen(/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/RNetica/libs/RNetica.so, 0x0006): tried: '/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/RNetica/libs/RNetica.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))
Thank you!
Hi @ralmond ,
Apologies in advance if this is not the appropriate place for this question / issue.
I downloaded the pkg
RNetica_0.8-4.tgzand installed using Rstudio's pkg installer. When I load the Rnetica library in Rstudio I receive the error below suggesting an 'incompatible architecture'.Wondering if there is something wrong with my configuration or if it is not possible to run Rnetica on M1 Macbooks?
Specs:
Macbook pro M1, MacOS Monterey 12.3.1
R 4.1.2 silicon arm64 build
I run Netica 6.09 32 bit version - using crossover
Thank you!