-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarto Notebook not rendering #222
Comments
Does it hang and never complete, or does it complete but just display nothing? |
Yes, it hangs and never completes.
Regards,
Abhimanyu
…On Tue, 10 Dec 2024 at 5:24 PM, Michael Hatherly ***@***.***> wrote:
But as soon as I put quarto render filename I get no output or error.
Does it hang and never complete, or does it complete but just display
nothing?
—
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6UNOFRKL6FIFVCZ3QTQUFD2E3JA5AVCNFSM6AAAAABTK6ZB4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZRGM3TCNJVGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Is this dependent on whether you have |
Can you try running the following command in the same terminal and then rerunning
|
I get the following output:
quarto render brooks-model.qmd --execute-debug
*- Transport file
/Users/farmacyst/Library/Caches/quarto/julia/julia_transport.txt exists,
reusing server.*
*- Transport file read successfully.*
*- Connecting to server at port 8000, pid 1577*
*- write command "isready" to socket server*
*- received server response*
*- Transport file read successfully.*
*- write command "run" to socket server*
^C*%*
***@***.*** pmx % kill $(ps aux | grep
'[j]ulia.*quartonotebookrunner\.jl' | awk '{print $2}')
***@***.*** pmx % quarto render brooks-model.qmd
--execute-debug
*- Transport file
/Users/farmacyst/Library/Caches/quarto/julia/julia_transport.txt exists,
reusing server.*
*- Transport file read successfully.*
*- Connecting to server at port 8000, pid 1577*
*- write command "isready" to socket server*
*- Connecting to server failed, a transport file was reused so it might be
stale. Delete transport file and retry.*
*- Transport file
/Users/farmacyst/Library/Caches/quarto/julia/julia_transport.txt doesn't
exist*
Starting julia control server process. This might take a while...
ERROR: NotFound: Failed to spawn 'julia': No such file or directory (os
error 2)
Stack trace:
at spawnChildInner (ext:runtime/40_process.js:186:17)
at spawnChild (ext:runtime/40_process.js:208:10)
at Command.spawn (ext:runtime/40_process.js:480:12)
at ensureQuartoNotebookRunnerEnvironment
(file:///Applications/quarto/bin/quarto.js:41209:26)
at startOrReuseJuliaServer
(file:///Applications/quarto/bin/quarto.js:41120:19)
at getJuliaServerConnection
(file:///Applications/quarto/bin/quarto.js:41233:30)
at getJuliaServerConnection
(file:///Applications/quarto/bin/quarto.js:41263:26)
at eventLoopTick (ext:core/01_core.js:214:9)
at async executeJulia
(file:///Applications/quarto/bin/quarto.js:41292:18)
at async Object.execute
(file:///Applications/quarto/bin/quarto.js:41037:20)
…On Tue, Dec 10, 2024 at 5:33 PM Michael Hatherly ***@***.***> wrote:
Can you try running the following command in the same terminal and then
rerunning quarto render?
kill $(ps aux | grep '[j]ulia.*quartonotebookrunner\.jl' | awk '{print $2}')
—
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6UNOFWKDKYIZC2YNVWQD432E3KANAVCNFSM6AAAAABTK6ZB4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZRGQZTAOBWGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
That is the important part, it appears there is no |
No it does not start up in the same terminal, but I have the Julia app
installed via their website
julia
zsh: command not found: julia
[image: Screenshot 2024-12-10 at 5.43.42 PM.png]
…On Tue, Dec 10, 2024 at 5:41 PM Michael Hatherly ***@***.***> wrote:
ERROR: NotFound: Failed to spawn 'julia': No such file or directory (os
error 2)
That is the important part, it appears there is no julia binary found.
Does julia run in that same terminal start up Julia, or does that fail as
well?
—
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6UNOFRSM442BWNCKBVOPMD2E3LAHAVCNFSM6AAAAABTK6ZB4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZRGQ3DKMRWGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If it does not start up then there is a more fundamental issue beyond |
then do you think adding julia to the system variables would solve this
problem? or is there some other solution?
…On Tue, Dec 10, 2024 at 5:54 PM Michael Hatherly ***@***.***> wrote:
No it does not start up in the same terminal, but I have the Julia app
installed via their website
If it does not start up then there is a more fundamental issue beyond
QuartoNotebookRunner.jl that needs to be resolved that is more related to
PumasDesktop setup. Please continue the discussion over in
https://discourse.pumas.ai/t/quarto-notebook-not-rendering/1092/11 where
this begun.
—
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6UNOFV6PZJDWSIUWPTNQ3D2E3MPZAVCNFSM6AAAAABTK6ZB4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZRGQ4TIMBYGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Closing as this is Pumas-specific. Continuation of the discussion is in the discourse thread. |
Hi, I'm using Pumas and need to use Quarto to prepare a document. But after giving the render command, the process gets stuck with no error or output. I'm trying to use the Julia engine. This is the output to
quarto check
this is the front matter on the document:
But as soon as I put
quarto render filename
I get no output or error.I have tried running
quarto render filename --execute-debug
and get the following output:The text was updated successfully, but these errors were encountered: