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

Pluto does not precompile in julia REPL #733

Closed
Kingston802 opened this issue Nov 28, 2020 · 1 comment
Closed

Pluto does not precompile in julia REPL #733

Kingston802 opened this issue Nov 28, 2020 · 1 comment

Comments

@Kingston802
Copy link

After using Pluto, the Julia REPL (and my terminal instance) crashes. I get no output and I can't find any logs. Julia otherwise works fine on my Manjaro Linux (Kernel 5.9.10) install and I can precompile other packages (checked with JSON). Pluto worked fine in the past but after coming back to it after a few weeks it doesn't precompile anymore. I updated Julia from the arch repo but that didn't fix anything and then I built Julia from the git repo (v1.5.3) and the behaviour did not change.

@fonsp
Copy link
Owner

fonsp commented Nov 29, 2020

I can't reproduce this error, and there is not enough information here for us to fix it. Some notes:

  • We test Pluto precompilation on Julia 1.5.3 with Ubuntu regularly (and it works)
  • Try the recommended way to install Julia: https://julialang.org/downloads/platform/#linux_and_freebsd
  • The fact that the REPL crashes tells me that this is probably not an issue with Pluto but with your window manager/OS/Julia install

Finally, try launching Pluto without a browser:

Pluto.run(launch_browser=false)

@fonsp fonsp closed this as completed Nov 29, 2020
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