Closed cossio closed 6 years ago
I added PyPlot, then try to plot something via Plots.jl, and got an error that I didn't have PyCall installed.
I got a similar error with LaTeXStrings.
I guess this is related to there being no Project.toml listing these dependencies yet?
It's probably: https://github.com/JuliaPlots/Plots.jl/issues/1672 https://discourse.julialang.org/t/julia-v1-0-install-notes/13583/12
Fixed by https://github.com/JuliaPlots/Plots.jl/pull/1838
I added PyPlot, then try to plot something via Plots.jl, and got an error that I didn't have PyCall installed.
I got a similar error with LaTeXStrings.
I guess this is related to there being no Project.toml listing these dependencies yet?