DataVoyager.jl
DataVoyager.jl copied to clipboard
Data Voyager not pre-compiling
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?
Have you tried import Pkg ?
julia> import Pkg
I think this issue is the same as https://github.com/davidanthoff/Electron.jl/issues/120.
@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 .