Hey guys,
I have just downloaded Julia 1.9 on my MacBook and everytime I try to add Pluto to Julia, I get this error message:
(@v1.9) pkg> dyld: Library not loaded: @rpath/libLLVM.dylib
Referenced from: /Applications/Julia-1.9.app/Contents/Resources/julia/libexec/julia/lld
Reason: image not found
dyld: Library not loaded: @rpath/libLLVM.dylib
Referenced from: /Applications/Julia-1.9.app/Contents/Resources/julia/libexec/julia/lld
Reason: image not found
dyld: Library not loaded: @rpath/libLLVM.dylib
Referenced from: /Applications/Julia-1.9.app/Contents/Resources/julia/libexec/julia/lld
Reason: image not found
Someone knows how to solve this problem?
Thank You!
Thanks - the reason I asked is that the error looks like a borked Julia install, but that’s the right way to go about installing it. I’m not a Mac user so out of ideas but I’m sure someone will be along shortly.
I’m an occasional macOS user. For what it’s worth, Julia’s official juliaup installer (macOS instructions here) has always worked seamlessly for me vs dealing with the .dmg, setting up my PATH, etc.
“Command not found” sounds different than the one you originally reported. Could you provide more context? More text like you provided in the original post would br helpful.
Also in the linked issue, does julia --pkgimages=no help?
I suspect the problem is related to code signing and the library load paths. Are there any special security restrictions on the computer in question? Do you have a conda environment activated?
(@v1.9) pkg> dyld: Library not loaded: @rpath/libLLVM.dylib
Referenced from: /Users/xxx/.julia/juliaup/julia-1.9.4+0.x64.apple.darwin14/libexec/julia/lld
Reason: image not found
dyld: Library not loaded: @rpath/libLLVM.dylib
Referenced from: /Users/xxx/.julia/juliaup/julia-1.9.4+0.x64.apple.darwin14/libexec/julia/lld
Reason: image not found
dyld: Library not loaded: @rpath/libLLVM.dylib
Referenced from: /Users/xxx/.julia/juliaup/julia-1.9.4+0.x64.apple.darwin14/libexec/julia/lld
Reason: image not found
Try the julia --pkgimages=no thing first from a terminal to see if that works. You might need to provide the full path to Julia. For example it might be