Win 11 Render to HTML w/ Python Error #3927
Replies: 6 comments 9 replies
-
Can you run I am also seeing you are working on One Drive. There may issue with that as potential access conflict could happen between your OneDrive tool do auto saving of docs, and quarto process needing to watch and possible modify doc. Can you try same project and command with project not on One drive ? Also Quarto 1.3 pre-release is available and you could try that to see if solved. |
Beta Was this translation helpful? Give feedback.
-
I will give these a try and report back.
Thanks,
Chaz
…On Jan 11, 2023, 7:02 AM -0700, Christophe Dervieux ***@***.***>, wrote:
Can you run quarto check on your system ?
I am also seeing you are working on One Drive. There may issue with that as potential access conflict could happen between your OneDrive tool do auto saving of docs, and quarto process needing to watch and possible modify doc.
Can you try same project and command with project not on One drive ?
Also Quarto 1.3 pre-release is available and you could try that to see if solved.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I was able to reproduce the
|
Beta Was this translation helpful? Give feedback.
-
Note: downgrading to Quarto 1.2.313 results in the same stalling as noted above.
|
Beta Was this translation helpful? Give feedback.
-
@cscheid I was able to pin the client as proposed in #4122, this resolved the quarto check hang up. However, when I test rendering a Quarto file, it still hangs up on the rendering process. It creates the .ipynb file but stops there. There is no output after the initial command. Are there other libraries that need pinned as well? Hangs Up Here: Evidence of
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone come across this error when rendering a file with python in it in a win 11 machine?
PS C:\Users\…\OneDrive\Desktop\250 again> quarto preview "c:/Users/ADAMS/OneDrive/Desktop/250 again/pro0.qmd" --to html --no-browser --no-watch-inputs
ERROR: The file cannot be accessed by the system. (os error 1920), stat 'C:\Users\…\AppData\Local\Microsoft\WindowsApps\python3.9.exe'
PS C:\Users\ADAMS\OneDrive\Desktop\250 again>
Beta Was this translation helpful? Give feedback.
All reactions