NPSOL is not available in this build
I experienced the below error message when I am running the ACE model:
==========================================================
Running oneSATc with 10 parameters
Error in runHelper(model, frontendStart, intervals, silent, suppressWarnings, :
NPSOL is not available in this build. See ?omxGetNPSOL() to download this optimizer
==========================================================
This is the version of my MacOS and OpenMX:
OpenMx version: 2.20.6 [GIT v2.20.6-dirty]
R version: R version 4.1.3 (2022-03-10)
Platform: aarch64-apple-darwin20
MacOS: 11.4
Default optimizer: NPSOL
NPSOL-enabled?: No
OpenMP-enabled?: No
I tried to open NPSOP by using below
> install.OpenMx("NPSOL") # gets the NPSOL version explicitly
however I kept getting a warning popup message with asking me to restart R, I pressed Yes however the same message popup again. I tried to clean the workspace and restarted (also clear R's workspace and restart R after the getOpenMx.R script finished), but the same error popup message still exists.
Any thought how I can resolve this?
First, are you running R in a
Second, you could try following the instructions in our Download page, instead of using `umx::install.OpenMx()`.
Log in or register to post comments