One more thought for Mac experts. Based on this message: Class TKApplication is implemented in both /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk and /Users/ers/.julia/v0.4/Conda/deps/usr/lib/libtk8.5.dylib. One of the two will be used. Which one is undefined.
Does it make sense to delete the folder /System/Library/Frameworks/Tk.framework or will that mess other stuff up? I’ve not had this problem on my Linux computer. > On Jul 13, 2016, at 10:12, Ed Scheinerman <[email protected]> > wrote: > > Sigh, yes I tried that. > >> On Jul 13, 2016, at 09:04, Tom Breloff <[email protected]> wrote: >> >> Have you tried using the conda local install? >> >> ENV["PYTHON"] = "" >> Pkg.build("PyPlot") >> >> Also it's not a real solution, but you could try Plots.jl with a different >> backend. It sounds like you have a system library clash of some sort, and in >> my experience those sorts of bugs will easily sink a week of debugging with >> no good solution. > — Ed Scheinerman [email protected]
