-
DescriptionI have encountered the following error, and cannot figure out how to solve it. (py312) ☁ Desktop quarto render gensim-TFIDF.ipynb Stack trace: (py312) ☁ Desktop quarto --version OS: MacOS 26.1 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
|
I can use the above mentioned qmd file to replicate the error. ---
title: "Reproducible Quarto Document"
format: html
engine: knitr
---
This is a reproducible Quarto document.
{{< lipsum 1 >}}
```{r}
x <- c(1, 2, 3, 4, 5)
y <- c(1, 4, 9, 16, 25)
plot(x, y)
```
{#fig-placeholder}
{{< lipsum 1 >}}
The end after @fig-placeholder.(py312) ☁ Desktop quarto render demo.qmd processing file: demo.qmd ERROR: attempt to write a readonly database Stack trace: When I run quarto check, I got similar error: (py312) ☁ Desktop quarto check [✓] Checking tools....................OK [✓] Checking LaTeX....................OK [✓] Checking Chrome Headless....................OK [✓] Checking basic markdown render....OK ERROR: attempt to write a readonly database Stack trace: It seems related to privilege as I can render qmd file with: sudo quarto render demo.qmd. |
Beta Was this translation helpful? Give feedback.
-
|
I have tried to install quarto using After installing quarto, I execute quarto render demo.qmdit complains Then I manually create a tmpdir (say '/mytmpdir') and set the TMPDIR using export TMPDIR="/mytmpdir"I run quarto render demo.qmdIt complains Strangely, if I create a new user account and run quarto render demo.qmdit works without errors. |
Beta Was this translation helpful? Give feedback.
-
|
Finally pinpoint the problem. |
Beta Was this translation helpful? Give feedback.
Finally pinpoint the problem.
It is caused by the incorrect privilege setting of
$HOME/Library/Caches/quarto/sass/sass.kv.