-
DescriptionHello, I was happily using quarto to render a document with a few python cells to html. I have had the problem seemingly out of nowhere while using 1.5.55, I upgraded to 1.6.40 but problem remains. Here are the last line of log where it gets stuck. I am not sure what it is doing as I'd assume the job is done at this point.
Can you give any pointer to debug this issue ? Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
This comment has been hidden.
This comment has been hidden.
-
Look at https://quarto.org/docs/troubleshooting/, especially the verbose mode. This could give us more info on what is hanging, or where in the render process. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the tips, here is an update: I left the render run overnight and it did complete at some point. My python code has print statements for many large variables and output a large amout of text, I have deleted the worst offenders and I am back to reasonable (and finite) rendering time. I ran
To be clear, not a problem anymore with the print statements removed. Cheers |
Beta Was this translation helpful? Give feedback.
Thank you for the tips, here is an update:
I left the render run overnight and it did complete at some point. My python code has print statements for many large variables and output a large amout of text, I have deleted the worst offenders and I am back to reasonable (and finite) rendering time.
I ran
quarto render --verbose tsp.qmd
with the print statements by curiosity. It gets stuck atTo be clear, not a problem anymore with the print statements removed.
Cheers