Affects: PythonCall
Describe the bug
I would like to experiment with PythonCall in Pluto. In a new installation of Pluto v0.20.20 the single line using PythonCall crashes the new notebook with a Malt.TerminatedWorkerException. Importing other packages like PlutoPlotly works just fine.
Your system
Please provide detailed information about your system:
- tested on ubuntu WSL on Windows and on NixOS
- Julia 1.12.1 and Pluto 0.20.20
Additional context
I think this was once working if I remember right. Unfortunately I cannot extract anymore detailed error notice. When switching to using Distributed instead of Malt Pluto.run(workspace_use_distributed_stdlib=true), I get a EOFError
Worker 2 terminated.Distributed
.ProcessExitedExceptionUnhandled Task ERROR: EOFError: read end of file
Affects: PythonCall
Describe the bug
I would like to experiment with PythonCall in Pluto. In a new installation of Pluto v0.20.20 the single line
using PythonCallcrashes the new notebook with aMalt.TerminatedWorkerException. Importing other packages like PlutoPlotly works just fine.Your system
Please provide detailed information about your system:
Additional context
I think this was once working if I remember right. Unfortunately I cannot extract anymore detailed error notice. When switching to using Distributed instead of Malt
Pluto.run(workspace_use_distributed_stdlib=true), I get a EOFError