0 down vote favorite
I’m trying to get matplotlib working with Julia 1.0.0.
Installed it but get error when I try to test it by doing this…
ENV["PYTHON"]="c:\\ProgramData\\Anaconda3\\python.exe"
using Pkg
Pkg.add("PyPlot")
using PyPlot
…which gets this error:
ErrorException("error compiling display_error: error compiling findprev: error compiling lookup: error compiling Type: could not load library \"C:\\Users\\ME\\.julia\\packages\\Conda\\m7vem\\deps\\usr\\python37\"\nThe specified module could not be found.\r\n")
Here is what I have at: .julia\packages\Conda\m7vem\deps\usr\