Skip to content
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

trouble installing with Julia 1.6.2 #137

Closed
MooersLab opened this issue Jul 26, 2021 · 3 comments
Closed

trouble installing with Julia 1.6.2 #137

MooersLab opened this issue Jul 26, 2021 · 3 comments

Comments

@MooersLab
Copy link

The command below from the repo Readme.md is not working with Julia 1.6.2:

PYTHON="" julia -e 'using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall"); Pkg.add("ArviZ");'
julia> using ArviZ
[ Info: Precompiling ArviZ [131c737c-5715-5e2e-ad31-c244f01c1dc7]
INTEL MKL ERROR: dlopen(/Users/blaine/.julia/conda/3/lib/libmkl_intel_thread.dylib, 9): Library not loaded: @rpath/libiomp5.dylib
  Referenced from: /Users/blaine/.julia/conda/3/lib/libmkl_intel_thread.dylib
  Reason: image not found.
Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.dylib.
ERROR: Failed to precompile ArviZ [131c737c-5715-5e2e-ad31-c244f01c1dc7] to /Users/blaine/.julia/compiled/v1.6/ArviZ/jl_Ps8GJt.
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:33
 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY, ignore_loaded_modules::Bool)
   @ Base ./loading.jl:1385
 [3] compilecache(pkg::Base.PkgId, path::String)
   @ Base ./loading.jl:1329
 [4] _require(pkg::Base.PkgId)
   @ Base ./loading.jl:1043
 [5] require(uuidkey::Base.PkgId)
   @ Base ./loading.jl:936
 [6] require(into::Module, mod::Symbol)
   @ Base ./loading.jl:923
@sethaxen
Copy link
Member

This is an issue that sometimes arises due to PyCall.jl (or perhaps a Python dependency). Can you try the solution in JuliaPy/PyPlot.jl#315 (comment), and if that doesn't work, the one in JuliaPy/PyPlot.jl#315 (comment) and then let me know if one worked which one?

@MooersLab
Copy link
Author

MooersLab commented Jul 26, 2021 via email

@sethaxen
Copy link
Member

Glad to hear it! I think I've run into this issue randomly before as well, so I'll add to the docs a warning for future users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants