os error 32? #10775
Replies: 3 comments 25 replies
-
Some other process is attempting to open the file at the same time, and Windows doesn't like that. We haven't changed anything about that on our side either - maybe your OS upgrade caused something like anti-virus scanners to be more active? |
Beta Was this translation helpful? Give feedback.
-
Moving this outside the replies. When I try and execute a qmd with
|
Beta Was this translation helpful? Give feedback.
-
Hi
This occurs with Positron as well as on RStudio. I tried it an can confirm downgrading quarto to 1.6.42 helps have things working without any error - using version v1.7.16 has this issue. Below are some reprex files with which I can observe it. Can you reproduce the issue, do you know a reason and how to fix it!? _quarto.yml
index.qmd # Preface {.unnumbered}
This is a Quarto book.
To learn more about Quarto books visit <https://quarto.org/docs/books>. intro.qmd # Introduction
This is a book created from markdown and executable code.
See @knuth84 for additional discussion of literate programming. references.bib
references.qmd # References {.unnumbered}
::: {#refs}
::: summary.qmd # Summary
In summary, this book has no content whatsoever. |
Beta Was this translation helpful? Give feedback.
-
Description
I have been running the same Quarto reports for over a year, and today I am suddenly getting
Error: The process cannot access the file because it is being used by another process. (os error 32)
. I haven't changed anything. It's a fairly complex project within a targets pipeline, so before I try and create a reprex, can someone help me brainstorm possible reasons? I haven't updated Quarto, changed the code, or any file paths, etc.Beta Was this translation helpful? Give feedback.
All reactions