You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried to install Electron.jl and it fails already on Application()
julia>using Electron
julia> app =Application()
/home/myhome/.julia/artifacts/cae80dc5ebd42950807d603cea93d970432b956d/electron: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory
It hangs now forever and does not come back to the julia REPL. When interrupted, I get the following stacktrace
I am running on a relatively specific linux - nixos - however haven't experienced any issue so far with julia artifacts. Hence I am surprised by this behaviour and don't know how to fix it.
The text was updated successfully, but these errors were encountered:
Just tried to install Electron.jl and it fails already on
Application()
It hangs now forever and does not come back to the julia REPL. When interrupted, I get the following stacktrace
I am running on a relatively specific linux - nixos - however haven't experienced any issue so far with julia artifacts. Hence I am surprised by this behaviour and don't know how to fix it.
The text was updated successfully, but these errors were encountered: