queryverse / DataVoyager.jl

Julia wrapper for the Voyager data exploration tool
Other
128 stars 11 forks source link

Data Voyager not pre-compiling #59

Open moshialam opened 2 years ago

moshialam commented 2 years ago

I am getting this error LoadError: Failed to precompile DataVoyager, every time I try to run using DataVoyager. IN particular: LoadError: Cannot locate artifact 'electronjs_app' for aarch64-apple-darwin-libgfortran5-cxx11-julia_version+1.7.1 in '/Users/moshialam/.julia/packages/Electron/ILvWR/Artifacts.toml'

Can anyone help with what's the possible solution?

iontop commented 1 year ago

Have you tried import Pkg ?

julia> import Pkg

CiaranOMara commented 1 year ago

I think this issue is the same as https://github.com/davidanthoff/Electron.jl/issues/120.

gabmifre commented 1 year ago

@moshialam I found a solution for DataVoyager and Apple Silicon since it requires Electron@3.1.2 . If that applies to you, see my comment https://github.com/davidanthoff/Electron.jl/issues/120#issuecomment-1458812647 .