-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error when installing epidemics
#115
Comments
I experienced the same issue when I was first trying to install Rcpp packages. It's an issue with your c++ toolchain installation. Maybe this thread might help stan-dev/cmdstanr#790. |
In essence, just delete the |
Thanks James, so it's similar to #63 - could you help @CarmenTamayo (and me) with how you deleted the directory safely? |
You can run |
If you can't find the folder directly, you can hit |
Thanks - we've done this and it still doesn't install, so perhaps this is a different issue, will look into it |
This issue has the same cause of Boost incompatibility with Clang 15 (and further, Clang 16; see this issue on {BH}) as in issue #119. The Xcode release notes say this can be resolved by re-enabling the use of |
Fixed by #129 |
When installing
epidemics
using this command:pak::pak("epiverse-trace/epidemics")
, I get the following error, pasting it here in case it happens to other users as well:The text was updated successfully, but these errors were encountered: