I’m trying to animate a simulation. I’m most familiar with matplotlib in python, so I’m trying to use the PythonPlot backend for Plots.jl, however the following code is taking a lot of time (>10 mins) to run.
Actually, I also have the same problem only on my Windows machine. On my Mac’s, I could precompile the PythonPlot package without any problem. I use Julia v1.8.5, PythonPlot v1.0.2, Plots v1.38.7.
Any help would be appreciated!
After remvoing PythonPlot.jl, wiping out ~/.julia/environments/v1.8/.CondaPkg and CondaPkg.toml there, and adding PythonPlot.jl again, then it started working for me.