-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
ERROR: LoadError: Cannot find Electron. #172
Comments
I should mention I have also installed rsvg and cairo and this function worked fine until updating my packages. |
Hmm, sorry to hear about that. Let's get to the bottom of it! Can you give more information about your setup? Could you please answer these questions:
|
Thanks for your quick reply @sglyon !
|
hmm.. very similar to my setup. Can you hop on Gitter for a quicker chat to figure it out? |
Certainly. Thank you! |
fixed the issue |
I have troubles to follow your advice. I guess
|
Your solution does not work anymore? JuliaGizmos/Blink.jl#286 (comment) |
To be honest I had forgotten that I posted this here ... |
I install |
Yes, that is also my conclusion, that I should switch to Julia v1.8 ... |
P.S.: |
Unfortunately, also under Julia v1.8.3 I face issues:
|
The error message says that you don't have write permission. Are you on a cluster or similar? |
Thanks for your reply! - It is my own computer, the
inside:
In the script:
I found the hint, where
I added the folder:
and copied into this folder the content of:
It would be interesting to figure out what the current folder is, in the moment the |
Hi,
After updating all of my julia packages, including PlotlyJS.jl and plots.jl, I receive the following error when running:
PlotlyJS.savefig(graphic_group1, "R_project_group1.pdf")
I have tried
Blink.AtomShell.install()
of course and have also tried Pkg.update("PlotlyJS") and Pkg.checkout("PlotlyJS"). I'm using this for a project I'm presenting later today so any help would be very appreciated!ERROR: LoadError: Cannot find Electron. Try
Blink.AtomShell.install()
.Stacktrace:
[1] electron() at /Users/George/.julia/v0.6/Blink/src/AtomShell/process.jl:53
[2] #init#5(::Bool, ::Function) at /Users/George/.julia/v0.6/Blink/src/AtomShell/process.jl:71
[3] (::Blink.AtomShell.#kw##init)(::Array{Any,1}, ::Blink.AtomShell.#init) at ./:0
[4] #shell#8(::Bool, ::Function) at /Users/George/.julia/v0.6/Blink/src/AtomShell/process.jl:114
[5] Type at /Users/George/.julia/v0.6/Blink/src/AtomShell/window.jl:37 [inlined]
[6] get_window at /Users/George/.julia/v0.6/PlotlyJS/src/displays/electron.jl:51 [inlined]
[7] #get_window#46(::Array{Any,1}, ::Function, ::PlotlyJS.ElectronDisplay) at /Users/George/.julia/v0.6/PlotlyJS/src/displays/electron.jl:64
[8] (::PlotlyJS.#kw##get_window)(::Array{Any,1}, ::PlotlyJS.#get_window, ::PlotlyJS.ElectronDisplay) at ./:0
[9] #get_window#47(::Array{Any,1}, ::Function, ::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}) at /Users/George/.julia/v0.6/PlotlyJS/src/displays/electron.jl:109
[10] (::PlotlyJS.#kw##get_window)(::Array{Any,1}, ::PlotlyJS.#get_window, ::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}) at ./:0
[11] #display_blink#49(::Bool, ::Bool, ::Function, ::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}) at /Users/George/.julia/v0.6/PlotlyJS/src/displays/electron.jl:116
[12] (::PlotlyJS.#kw##display_blink)(::Array{Any,1}, ::PlotlyJS.#display_blink, ::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}) at ./:0
[13] (::Base.Multimedia.#kw##display)(::Array{Any,1}, ::Base.Multimedia.#display, ::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}) at ./:0
[14] svg_data(::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}, ::String, ::Bool) at /Users/George/.julia/v0.6/PlotlyJS/src/displays/electron.jl:214
[15] #savefig#100(::Symbol, ::Function, ::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}, ::String) at /Users/George/.julia/v0.6/PlotlyJS/src/savefig.jl:126
[16] savefig(::PlotlyJS.SyncPlot{PlotlyJS.ElectronDisplay}, ::String) at /Users/George/.julia/v0.6/PlotlyJS/src/savefig.jl:106
[17] include_from_node1(::String) at ./loading.jl:569
[18] include(::String) at ./sysimg.jl:14
[19] process_options(::Base.JLOptions) at ./client.jl:305
[20] _start() at ./client.jl:371
while loading ...
The text was updated successfully, but these errors were encountered: