-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Pluto 0.20: BasicREPL has no field interface #3059
Comments
Strange! It asked the Pkg developers about this: JuliaLang/Pkg.jl#4048 It looks like the error was printed by the REPL, but the first If someone else faces this issue, please post a message here! |
Thanks, can confirm that ignoring the error works. That makes it a much smaller problem. |
Closing this issue in favour of JuliaLang/Pkg.jl#4048, but please post here if someone finds this issue again! |
Pluto doesn't start under Julia 1.11.0 (2024-10-07), giving this error:
A workaround is to
Pkg.rm("Pluto")
and to then reinstall it. However, this needs to be re-done every session.See below for a long transcript, resulting from this script which installs Pluto on a new environment.
The text was updated successfully, but these errors were encountered: