-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to install on MacOS Ventura #119
Comments
Thanks - could you try re-installing {finalsize} as well and check whether that works? It shares Rcpp-related dependencies with {epidemics} so would be good to check whether it is also affected. If it is not, that might help isolate the issue. |
I'm able to install/build I've fixed the issue through a series of try and errors. I first ran Then I removed my current R installation using sudo rm -rf /Applications/R.app
sudo rm -rf /Library/Frameworks/R.framework
sudo rm /usr/bin/{R,Rscript} and downgrading my R to 4.2.3. In the past, removing the |
Thanks @jamesmbaazam for flagging this and trying various fixes. Downgrading R isn't a sustainable solution, so I'll take this up as a priority along with #63. |
Hi @jamesmbaazam thanks for the full error message. This issue seems to be the same as #115, and appears to be related to the use of A hacky looking fix is to 're-enable' these, as specified in the Xcode 15 release notes, but I'll check whether there are alternatives available before implementing this. |
This still doesn't explain why downgrading R might have fixed the issue. |
I will upgrade my R to see if it reproduces the problem. I doubt that the downgrade fixed it but let me confirm. |
Hi @jamesmbaazam - have you been able to install epidemics since #129? If so I will close this issue along with #115 as fixed |
Yes, I have. I thought I left a comment here. Thanks. |
Fixed by #129. |
Please see attached file for the full error message. I've had this issue before, which I reported in #63. I got it fixed but it seems to have reappeared. I don't have this issue installing other packages that use cpp, so I'm not sure what the issue is here. This also seems to be related to #115. It seems the OS is the common denominator here.
epidemics_error.md
The text was updated successfully, but these errors were encountered: