JuliaPy / JuliaPy/PyCall.jl

Seems not work in M1 macbook Air

Open
#943 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
1.5k
Forks
186
PR merge metrics
No merged PRs in 30d

Description

I tried to make a `PyObject` from Julia array `[1, 2]` but it results in an error:

```julia
➜ FlightSims git:(add-interactive-simulator) ✗ julia -q
Activating environment at `~/.julia/dev/FlightSims/Project.toml`
(FlightSims) pkg> activate
Activating environment at `~/.julia/environments/v1.6/Project.toml`

julia> using PyCall

julia> PyObject([1, 2])
INTEL MKL ERROR: dlopen(/Users/jinrae/.julia/conda/3/lib/libmkl_intel_thread.1.dylib, 9): Library not loaded: @rpath/libiomp5.dylib
Referenced from: /Users/jinrae/.julia/conda/3/lib/libmkl_intel_thread.1.dylib
Reason: image not found.
Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.1.dylib.

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.