Pluto.jl: Pluto fails to run Julia 1.5.3 on Windows Server 2016, Windows 10

Created on 8 Dec 2020  Â·  8Comments  Â·  Source: fonsp/Pluto.jl

I did a fresh Julia 1.5.3 install on two different different windows machine, added Pluto, and Pluto.run() fails to run Julia.

It opens a new notebook but pwd() or any julia command spins forever
Pkg.instantiate() didn't make any difference either.

[c3e4b0f8] Pluto v0.12.16
Stacktrace:
┌ Warning: Reading WebSocket client stream failed for unknown reason: TaskFailedException:
│    On worker 2:
│    LoadError: LoadError: ArgumentError: Package FuzzyCompletions [fb4132e2-a121-4a70-b8a1-d5b831dcdcc2] is required but does not seem to be installed:
│     - Run `Pkg.instantiate()` to install all recorded dependencies.
│
│    _require at .\loading.jl:999
│    require at .\loading.jl:928
│    require at .\loading.jl:923
│    include at .\client.jl:457
│    top-level scope at C:\Users\amit\packages\Pluto\2aIAB\src\runner\Loader.jl:7
Julia Version 1.5.3
Commit 788b2c77c1 (2020-11-09 13:37 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-9.0.1 (ORCJIT, skylake)

All 8 comments

Thanks for the report! Just to be clear:

on two different different windows machine

These are Windows 10 and Windows Server 2016, both did not have Julia or Pluto installed before, and both failed with this same error?

Right, two different windows machine, fresh Julia download, never had Pluto before, throw similar error when Pluto.run().

These are Windows 10 and Windows Server 2016, both did not have Julia or Pluto installed before, and both failed with this same error?

I had exactly the same issue a few days ago with Julia 1.5.2 portable on Windows 10 and Pluto v0.12.16. I went back to Pluto v0.12.9. (v0.12.15 also didn't work.)

I had exactly the same issue a few days ago with Julia 1.5.2 portable on Windows 10 and Pluto v0.12.16. I went back to Pluto v0.12.9. (v0.12.15 also didn't work.)

Thanks @SteffenPL, I will downgrade to v0.12.9 until this issue is resolved.

Hi there,
I had the same issue when starting Pluto within an activated project. Pluto was added just to this active project, but not in to the default v1.5 environment.
Once I added Pluto to the default environment as well, the error was gone.

Environment: Windows 10, Pluto v0.12.17, Julia 1.5.3

Cheers

Hi there,
I had the same issue when starting Pluto within an activated project. Pluto was added just to this active project, but not in to the default v1.5 environment.
Once I added Pluto to the default environment as well, the error was gone.

Environment: Windows 10, Pluto v0.12.17, Julia 1.5.3

Cheers

Genius.. It worked. Closing this issue.

It's fixed in the next release

Was this page helpful?
0 / 5 - 0 ratings

Related issues

karlwessel picture karlwessel  Â·  4Comments

mossr picture mossr  Â·  6Comments

fonsp picture fonsp  Â·  4Comments

dpsanders picture dpsanders  Â·  6Comments

briochemc picture briochemc  Â·  5Comments