Skip to content
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

Spurious "It looks like you are developing the Pluto package, using the unbundled frontend" #3083

Closed
cstjean opened this issue Oct 30, 2024 · 1 comment

Comments

@cstjean
Copy link

cstjean commented Oct 30, 2024

See the last line. My Pluto is certainly not dev'ed (IIRC I never did).

(@v1.10) pkg> st
...
  [c3e4b0f8] Pluto v0.20.1
...
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated`

julia> versioninfo()
Julia Version 1.10.5
Commit 6f3fdf7b36 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 8 × 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, tigerlake)
Threads: 1 default, 0 interactive, 1 GC (on 8 virtual cores)
Environment:
  JULIA_SSL_CA_ROOTS_PATH =

julia> import Pluto; Pluto.run(auto_reload_from_file=true)
[ Info: Loading...
┌ Info:
└ Opening http://localhost:1235/?secret=f00o8kw4 in your default browser... ~ have fun!
┌ Info:
│ Press Ctrl+C in this terminal to stop Pluto
└
[ Info: It looks like you are developing the Pluto package, using the unbundled frontend...

I think this is newish, but I cannot be sure. The line is here

@pankgeorg
Copy link
Collaborator

This got fixed in v0.20.2 and v0.20.3. We suggest to upgrade to 0.20.3 if possible. Unfortunately, 0.20.1 can't be rewritten. The message is otherwise informative (nothing should break because of it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants