JuliaPy / PyPlot.jl

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

Failed to compile with PackageCompiler #435

Open bliang26 opened 5 years ago

bliang26 commented 5 years ago

Hi, I was trying to compile PyPlot using PackageCompiler.jl but failed. I raised an issue https://github.com/JuliaLang/PackageCompiler.jl/issues/226 but people there asked me to raise it again here.

I also tried compiling PyCall using the scripts in https://github.com/JuliaPy/PyCall.jl/tree/master/aot which worked pretty well. So please help. Without AOT compilation PyPlot would take about half a minute to load. Thanks.