-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Error when opening notebook file: schedule: Task not runnable
#3114
Comments
I'm seeing the same issue, also only when using |
Please try running However, in the code presented, Try |
|
I'm seeing the same issue since a few days, also using In addition to @rashidrafeek 's comment,
I can add that stopping Pluto and exiting Julia (i.e. |
Thanks for the report! Does this also happen on older Pluto versions? Or old Julia versions (Julia 1.10) with the latest Pluto version? |
I have the problem with Julia 1.10 as well. |
fwiw, see here for an ugly workaround until the issue is fixed also, i chose to post on discourse rather than github for this issue. was that a poor choice? is it generally ok to post requests for help with error messages that may or may not be package-related to github? i guess @rashidrafeek 's MWE makes it fair game... |
I made a fresh environment with Julia 1.11, Pluto 0.19.47 and the MWE from above and could create the issue, but unfortunately not consistently reproduce it. When the issue occurred, I had another Julia/Pluto process running at the same time. But I'm also having trouble to reproduce the issue with 2 processes :-/. julia> versioninfo()
Julia Version 1.11.1
Commit 8f5b7ca12ad (2024-10-16 10:53 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 28 × Intel(R) Core(TM) i7-14700KF
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, alderlake)
Threads: 1 default, 0 interactive, 1 GC (on 28 virtual cores)
Environment:
JULIA_PKG_SERVER = juliahub.com
(julia-test) pkg> st
Status `~/source/julia-test/Project.toml`
⌃ [c3e4b0f8] Pluto v0.19.47 |
Should be fixed by Pluto 0.20.4! Otherwise let me know! |
Thanks for the quick fix. Upgrading fixed the the issue for me. |
Recently I have started getting the following error while trying to open a notebook:
If I go back to the Pluto main page, press "x" to stop the notebook and press play button from there to run it, then it runs fine. For me the following notebook is enough to reproduce the issue,
However, I have observed that it does not error everytime and does run sometimes. I have only observed it when I switch off Pluto Pkg management specifically using a cell with:
and have not observed when Pluto Pkg management is on. But I'm not sure whether they are related. A recording of the issue:
plutopkgissue2.mp4
This was also reported by another user in discourse here.
Other details:
The text was updated successfully, but these errors were encountered: