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

Electron is not installing properly #29

Open
drcxcruz opened this issue Jan 6, 2020 · 1 comment
Open

Electron is not installing properly #29

drcxcruz opened this issue Jan 6, 2020 · 1 comment

Comments

@drcxcruz
Copy link

drcxcruz commented Jan 6, 2020

Hi,

I "rm" and "add" Electron package 3 times :) however, the following error is not going away. I am using Julia 1.2 in Atom in Windows 10. thanks for looking

using Electron
using DataVoyager
v = Voyager()

julia> v = Voyager()
ERROR: IOError: could not spawn 'C:\Users\drcxcruz\.juliapro\JuliaPro_v1.2.0-1\packages\Electron\aRIgh\src\..\deps\electron\electron.exe' 'C:\Users\drcxcruz\.juliapro\JuliaPro_v1.2.0-1\packages\Electron\aRIgh\src\main.js' '\\.\pipe\juliaelectron-9696-1' '\\.\pipe\juliaelectron-sysnotify-9696-1' /h1S6/csgMKhJv0CmVALgGE4QkkaQ+qVfh+t4F5574t6Sid07pRcAgzrf/Mb7zICisduYR9s6cUIpuAyVoVCab+cMY/KZkOcNZg1qXQrhnBhwQnBPzF2e9Lad1ARgK1YT4ieVWV21JSapAnTTXkaN1az6Vw8xrpecH6D5fRTAms=: no such file or directory (ENOENT)
Stacktrace:
[1] _spawn_primitive(::String, ::Cmd, ::Array{Any,1}) at .\process.jl:401
[2] setup_stdios(::getfield(Base, Symbol("##526#527")){Cmd}, ::Array{Any,1}) at .\process.jl:414
[3] _spawn at .\process.jl:413 [inlined]
[4] #open#535(::Bool, ::Bool, ::typeof(open), ::Cmd, ::Base.TTY) at .\process.jl:662
[5] #open at .\none:0 [inlined]
[6] open(::Cmd, ::String, ::Base.TTY) at .\process.jl:631
[7] Electron._Application{Window}() at C:\Users\drcxcruz.juliapro\JuliaPro_v1.2.0-1\packages\Electron\aRIgh\src\Electron.jl:142
[8] Voyager() at C:\Users\drcxcruz.juliapro\JuliaPro_v1.2.0-1\packages\DataVoyager\7x2Tx\src\DataVoyager.jl:20
[9] top-level scope at none:0

@davidanthoff
Copy link
Member

It looks like Electron.jl was not properly built. What do you get if you do pkg> build Electron?

Also, I would suggest updating to Julia 1.3, you’ll get a newer version of Electron.jl that has a much more robust deployment story.

I’m also wondering whether JuliaPro might be the problem, I’ve seen many reports that things don’t work with it...

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