Issues with Running Code Chunks in Quarto on Positron #12248
Replies: 2 comments 25 replies
-
Could you kindly provide a more realistic example along with the full stack trace? What is the output of quarto check? |
Beta Was this translation helpful? Give feedback.
-
Hello. I opened also a discusion regarding this issue posit-dev/positron#6693 What works for me is to use the R package within Positron, so it can be a workaround while this issue persists. quarto::quarto_preview() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello everyone,
I am experiencing issues when using Quarto within Positron, specifically when attempting to include R or Python code chunks in my .qmd documents. While using the quarto preview command, different errors arise based on the language used in the chunk.
Here’s an example of my .qmd files:
file for R code:
file for Python code:
Errors Received:
R: Encounter an error stating:
Python: Encounter this error:
Stack trace details have been provided in my Stack Overflow post.
What I've Tried:
Additional Information from Comments from Stack Overflow:
I'd appreciate any help or suggestions. Thank you in advance!
R version: 4.4.2
Python version: 3.12.9
Quarto info:
From the Quarto Preview's shell I tried to run
quarto check
and this is the result:Then, in a new shell, I run again
quarto check
. While before the issue was with Python, now it's with R.Beta Was this translation helpful? Give feedback.
All reactions