PyPlot.jl icon indicating copy to clipboard operation
PyPlot.jl copied to clipboard

automatically rebuild on Python update

Open JBlaschke opened this issue 7 years ago • 1 comments
trafficstars

Sometimes the user needs to call ] build PyCall when the python library's version number increases (and therefore the library name changes). Is there a way to automate this?

https://github.com/JuliaPy/PyCall.jl/issues/547#issuecomment-417488942

JBlaschke avatar Aug 30 '18 22:08 JBlaschke

I don't know if this is possible, because once the module is loaded it is too late to precompile it again. However, it should be possible to print a clearer error message.

stevengj avatar Aug 31 '18 00:08 stevengj