-
Notifications
You must be signed in to change notification settings - Fork 84
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
Trying to update team for this week, but keep getting the error below when running 3 week prediction #320
Comments
Hi @Hughesy I'm not sure what this might be, unless you've updated/changed your OSX version or XCode recently, but you could try getting gcc from homebrew and forcing the compilation to use that version...
and was then able to compile the Stan model again. |
Yeah I recently update to the new OSX, never had trouble before that! Will give it a go, thanks! |
Did you ever find a fix for this? I need to do the above recommend every time I run a prediction @nbarlowATI |
Hi @Hughesy , I'm not sure if anything has changed recently with xcode/clang or pystan that would make them work nicely again. I'm also still setting the CC and CXX environment variables to point to the homebrew gcc every time I run predictions. Depending on what else you want to compile on your machine, you could avoid having to type those commands every time by putting those lines that set the environment variables in your (Also, it is possible that in the future (see #313) we will use numpyro rather than Stan for the probabilistic model, which might make compilation a bit easier! 🤞 ) |
As above.
I'm not quite sure what causing the issue as i've never had it before.
Can you advise?
The text was updated successfully, but these errors were encountered: