I am using Julia Version 0.6.0-pre.alpha.47 under MacOS 10.13.
When attempting using PyPlot, any basic "plot" command causes a fatal error with the message:
Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.dylib.
I have tried rebuilding PyCall with a number of different python installations. I have no issue using matplotlib from python.
I see the same issue in Julia versions 0.4.5 and 0.5.0.
Any suggestions?