JuliaPy / PyPlot.jl

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

PyPlot broken under 1.7? #543

Closed bardo84 closed 2 years ago

bardo84 commented 2 years ago

Please see https://discourse.julialang.org/t/pyplot-broken-under-1-7/72971

PallHaraldsson commented 2 years ago

@bardo84, I would close this issue, as PyPlot seems working (on Linux), unless you know there's an issue (for non-Linux). I answered at discourse.

I could have sworn I saw this issue at JuliaLang (where it most likely doesn't belong either), maybe it was just moved here. Anyway even if a real problem with the package or some package, it's likely PyCall, so should be moved there?

bardo84 commented 2 years ago

Agree, thx again!

stevengj commented 2 years ago

As commented on discourse, the problem was apparently in installing Python itself, i.e. related to Conda.jl, not to PyCall or PyPlot.