-
Notifications
You must be signed in to change notification settings - Fork 331
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 engine: julia
does not preview/render with Julia 1.11
#11013
Comments
I can reproduce on my side too with same error. It could be a problem in https://github.com/PumasAI/QuartoNotebookRunner.jl @jkrumbiegel we need your help. Thank you ! |
I think the problem is that julia 1.11 changed the signature of the function in fact that's the error I get:
I guess just changing to look for the manifest in the current dir could be a solution and say julia> Pkg.is_manifest_current(".")
true |
That was also a problem but I fixed that a while ago, you're probably on an older quarto version. quarto-cli/src/resources/julia/ensure_environment.jl Lines 17 to 21 in e51b07e
The error here is different and tracked in PumasAI/QuartoNotebookRunner.jl#190 |
I'm on the latest quarto version (august 2024). I can see your commit is from early july. sure that ever got merged? or do I have to build quarto from source to get this? thanks |
The change is only on the 1.6 prerelease versions as far as I can see. You can download these under Github releases or here for example https://quarto.org/docs/download/ |
Arg...should have gotten that myself. Sorry. |
No worries :) glad it's useful! |
To be clear, 1.6 is a pre-release and is not officially released as "stable" at this point. |
Under the "Highlights > Native Julia Engine" (section > bullet) from the Quarto 1.5 download webpage, it might help to mention only Julia versions v.1.10 and lower are supported as of right now. This is because Julia v1.11 was officially released just a few weeks ago, and mainstream Julia users who make this upgrade will encounter this issue when they try out the current Quarto v1.5. |
engine: julia
does not preview/render with Julia 1.11
This is closed by #11100. |
Bug description
Even the simplest Quarto qmd document does not run (both preview and render fail) after Julia was upgraded from 1.10 to 1.11.
Steps to reproduce
The version 1.11 just installed. Within an empty directory I created (activated) a brand new Julia environment. I created this single qmd document and tried to preview/render it using Quarto.
Quarto v1.6.24
Expected behavior
No response
Actual behavior
This is the error message I receive upon trying to run
preview
orrender
Your environment
Quarto check output
The text was updated successfully, but these errors were encountered: