-
Notifications
You must be signed in to change notification settings - Fork 324
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
Broken Quarto 0.9.598 when using brew install/upgrade quarto
#1188
Comments
I found the issue, this is (again) related to Shell integration and #1154 |
I'd like to understand the exact source of this problem better -- we updated to deno 1.22.3 and @softwarenerd saw this exact same error -- I then downgraded to deno 1.22 and that cleared up the error. So perhaps some interaction between shell settings and the deno update. @dragonstyle I don't think we can update to deno 1.22.3 (which I would like to do for this release) until we understand the source of this problem better. @mcanouil If you have insight about what specifically is different about the shell environment that would help. @softwarenerd are you just using the default |
In addition to zsh, I am using https://github.com/romkatv/powerlevel10k which is known to have some issues with VSCode microsoft/vscode#146587 Edit: I disabled it and Quarto still produced the above error, so this is not it. I'll keep searching. |
I had the same issue over the weekend. Downloading either a new binary from https://quarto.org/docs/get-started/ or building 0.9.600 from source here resolved the issue for me (in both RStudio and CLI). No particular shell customizations here. zsh and Mac arm64 (OS 11.6) |
I think the issue here is related an interaction between deno 1.22.3, possibly the deno 0.143.0 standard library, and M1/M2 macs. We have reverted to deno 1.22.0 and deno_std 0.138.0 which should serve as a temporary resolution. |
When filling #1186, I upgraded Quarto as usual with
brew upgrade quarto
and I encountered an error while trying to render #1186 again.I tried to reinstall 0.9.598 (latest: https://formulae.brew.sh/cask/quarto#default) which produced the same result.
OS: MacOS arm64
The text was updated successfully, but these errors were encountered: