-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
hangs with plots [BUG] #436
Comments
Just found that things work in VSCode, but not in the repl nor emacs with vterm. |
If I start julia from a terminal, then it works. Maybe this is a problem for emacs julia-repl with vterm. I will test further. |
I do not fully understand the cause, but the problem is related to using X server with gksqt. Here is a workaround: ENV["GKSwstype"]="nul"
weave("00.jl", cache=:off, out_path="output/")
ENV["GKSwstype"]="gksqt" The first line |
I can report this walk-around does work. |
I just got hit by this bug too, when I tried to run Weave from my terminal. The fix worked though. |
It seems that there had not been any bug-fixing for quite a while. I wonder if the project has been abandoned? Can we make some donations so as to motivate the maintainer to fix some bugs? |
@newptcai I am pretty sure that the project is still maintained. I mean so many people use Weave for everything. It might just be that a lot of the code is pretty stable? That is what I am hoping. I still use Weave for so many things, not sure what would replace it. |
Thanks, this helped me when my plots were hanging! |
description
Weave hangs if plots are includes.
versions
minimum reproducible steps
Put the following code in 00.jl and run
weave("00.jl", cache=:off, out_path="output/")
.The weaving hangs at
The text was updated successfully, but these errors were encountered: