-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
#48 (linux installation)
It seems there is a similar issue that happens on macOS (Intel) ʅ(◞‿◟)ʃ
u _
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.8.2 (2022-09-29)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> using PyCall
julia> PyCall.conda
true
julia> pyimport("scipy")
INTEL MKL ERROR: dlopen(/Users/terasakisatoshi/.julia/conda/3/lib/libmkl_intel_thread.1.dylib, 0x0009): Library not loaded: '@rpath/libiomp5.dylib'
Referenced from: '/Users/terasakisatoshi/.julia/conda/3/lib/libmkl_intel_thread.1.dylib'
Reason: tried: '/Applications/Julia-1.8.app/Contents/Resources/julia/bin/../lib/libiomp5.dylib' (no such file), '/usr/local/lib/libiomp5.dylib' (no such file), '/usr/lib/libiomp5.dylib' (no such file).
Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.1.dylib."'/usr/lib/libiomp5.dylib' (no such file)"
So far I have no idea how to avoid the error.
Metadata
Metadata
Assignees
Labels
No labels