-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Precompiling problem with PyPlot on 1.10-beta 1 #50757
Comments
I have an mwe.
With Julia 1.9.2 no problem. With 1.10beta1 complete failure.
but with 1.10 beta 1 I get
and it goes on forever. If I take out |
Did you try to use PythonPlot instead? |
Reported already at JuliaPy/PyPlot.jl#572. We discussed with Jameson about this at JuliaCon last week, it's likely a package bug. |
Just tried PythonPlot and got the same problem. MAC with M2 Pro |
Well, I also saw these warnings, but so far everything worked fine for me despite these warnings... I am using PythonPlot, and while the precompilation fails with an error, if you restart Julia and type |
The complaints went on forever and the compile never finished. PyPlot and PythonPlot behaved identically. |
I have an application that I’m using for a paper. The repo is at
https://github.com/ctkelley/N3Presults
I have an MWE (see below). This is breaking the collection of notebooks for a book. Everything works in 1.9.2 but on
1.10 beta 1 I get a infinirte loop of
Is there a way to stop this? I have no idea why this started to happen today, but it did. MWE below
The text was updated successfully, but these errors were encountered: