-
Notifications
You must be signed in to change notification settings - Fork 19
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 will not recompile on Mac (Apple Silicon) #120
Comments
I encountered the same issue.
|
@bobaronoff @CiaranOMara
And paste it in your local Artifacts.toml file which is located somewhere in ~/.julia/packages/Electron . Then, try ]precompile Electron and ]precompile DataVoyager in the Julia REPL. This gets the packages to precompile but I haven't tested if DataVoyager works as intended yet. |
Thank you! |
Running into this on a silcon mac as well: ERROR: LoadError: Cannot locate artifact 'electronjs_app' for aarch64-apple-darwin-libgfortran5-cxx11-julia_version+1.10.3 in '/Users/anthony/.julia/packages/Electron/ILvWR/Artifacts.toml' julia> versioninfo()
Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-30 10:59 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 8 × Apple M1
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, apple-m1)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)
Environment:
JULIA_PATH = /Users/anthony/.juliaup/bin/julia |
Unable to install Electron or ElectronDisplay on my MacBook.
The issue seems to be electrons_app - not quite sure what this is ...
Message:
Vesrion Info:
Any thoughts how to proceed? Thank you !!
The text was updated successfully, but these errors were encountered: