-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
Description
Upon creating an app, the process goes on smoothly, untill it is time to actually call the binary.
I get the error: ERROR: System image file failed consistency check: maybe opened the wrong version?
Julia Version 1.8.2
Commit 36034abf260 (2022-09-29 15:21 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin21.3.0)
CPU: 10 × Apple M1 Pro
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, apple-m1)
Threads: 8 on 8 virtual cores
Environment:
JULIA_NUM_THREADS = 8
JULIA_DEPOT_PATH = /Users/cshen/.local/julia
I installed julia through juliaup
. the juliaup folder is in ~/.local/juliaup
and the julia versions in ~/.local/julia/juliaup
.
the binaries in ~/.local/juliaup/bin
are symlinked to ~/.local/bin
which is in the PATH
.
I also have julia aliased to julia --project=@.
Could it be that the symlinking throws some pathing off somewhere?
terasakisatoshi, plexoos and Quantisanbjarthur, FelipeLema and abelozerov