JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
478 stars 88 forks source link

MKL error on Mac OSX #320

Closed mopg closed 7 years ago

mopg commented 7 years ago

Since upgrading to Julia v0.6 (it was working for v0.5), I keep getting an MKL error with PyPlot on my Mac OSX. When I run e.g. plot([0,1],[0,1]), I keep getting:

Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.dylib.

I found some workarounds to remove MKL from conda: https://www.anaconda.com/blog/developer-blog/anaconda-25-release-now-mkl-optimizations/. However, it is not clear to me how to do this for the version that is installed by Julia.

Any thoughts on how to fix this?

stevengj commented 7 years ago

Duplicate of #315 ... see there for a workaround. (This will be fixed in an upcoming Anaconda release.)