-
Notifications
You must be signed in to change notification settings - Fork 53
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
g++: command not found & make: Error 127 #334
Comments
I may have resolved this problem. It looks like rolling back to R version 4.1.3 worked. I was able to successfully move past "Making TMB object" with the following R and package versions: R version 4.1.3 Ben |
I am having the same problem, but I haven't been able to work around it no matter what version combos of R, VAST, and INLA I do. I think INLA is the source because I haven't been able to figure out which previous version of INLA I had been using without trouble. INLA 22.05.03 and 22.05.07 are not it. |
I recently had a few nasty compatibility issues that were tough to move past. I thought they were related to INLA and the version of R I was using. What is currently working for me are the versions I listed above along with INLA 22.05.07. A colleague of mine who has been digging deep with VAST also recently struggled with INLA dependencies and specifically recommended 22.05.07 to me. |
I'll add my experience to this thread. I updated to ` Load packagelibrary(VAST) load data setexample = load_example( data_set="EBS_pollock" ) Make settings (turning off bias.correct to save time for example)settings = make_settings( n_x = 100, For some reason I need to make sure Rtools has path properly set, else TMB won't compileSys.setenv(PATH = paste("C:/Rtools/bin", Sys.getenv("PATH"), sep=";")) Run modelfit = fit_model( settings = settings,
|
There might be two issues here, I can't really tell. @Blevy2 it sounds like you're having some RINLA install issues, and consider trying the steps here @slarge it seems like you're having some TMB compilation issues (that's what Error-127 means). I can't replicate the problem on my machine, but will try to look around a bit. |
Hi everyone,
I think I may be having a dependency issue, but I am at a loss about what it is and how to correct it. It started last week when an error made me believe I needed to reinstall INLA. Along the way I have removed and reinstalled a number of packages including VAST, INLA, sp, and TMB. I have tried to align my packages with what was working for me before and currently have the following versions installed:
VAST 3.9.1
TMB 1.7.22
sp 1.4.7
FishStatsUtils 2.11.0
The above package combination previously worked for me with VAST 3.8.0 so I tried rolling back to VAST 3.8.0 but am still coming up with the below error. I cannot find any information online related to this error so any help you could provide is very much welcomed.
Thank you,
Ben Levy
Edit 1: I should also mention that I recently updated to R 4.2.1 as part of reinstalling INLA. Might that be the problem?
Edit 2: I will also add that I am working on a government issued Windows machine.
The text was updated successfully, but these errors were encountered: