-
Notifications
You must be signed in to change notification settings - Fork 55
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
quarto preview quarto-book/
does not work
#15
Comments
do you have CmdStanPy and CommandStan installed? cf: https://mc-stan.org/cmdstanpy/installation.html |
I installed them, then this error is showing
|
Can you do some simpler diagnostics:
It looks like the problem may be that you need to rebuild cmdstan. Try this from within Python:
CmdStan needs to be rebuilt whenever the binary in the back end changes, which if you'e on a Mac, is pretty much every time Xcode updates if you haven't plugged in a custom C++ toolchain. |
Can you elaborate on what you mean by not in a notebook setting? I tried running those commands within Python, and it still seems to be throwing me an error.
I am on Windows, btw |
I tried to run the command
quarto preview quarto-book/
, but it's throwing an error. What do I do?The text was updated successfully, but these errors were encountered: