DataVoyager.jl icon indicating copy to clipboard operation
DataVoyager.jl copied to clipboard

Data Voyager not pre-compiling

Open moshialam opened this issue 3 years ago • 3 comments

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?

moshialam avatar Jan 31 '22 04:01 moshialam

Have you tried import Pkg ?

julia> import Pkg

iontop avatar Sep 08 '22 14:09 iontop

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

CiaranOMara avatar Jan 29 '23 10:01 CiaranOMara

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

gabmifre avatar Mar 07 '23 20:03 gabmifre