Closed tristan0x closed 1 year ago
There was a release that needed a higher lower bound. The offending release is being yanked, and a new release with proper lower bounds is being put out: https://github.com/JuliaRegistries/General/pull/94886. Thanks for the issue.
Issue fixed. Thank you very much for the quick resolution.
I am reporting the issue here since I use DifferentialEquations julia package through Python. Since yesterday, I experience a precompilation issue of SimpleNonlinearSolve when running the following Python function
diffeqpy.install()
Stack trace
I was working well last week. I am not a Julia developer, but it seems related to SimpleNonlinearSolve@0.1.24 released yesterday. I am using julia 1.6.7, and I am not able to pick another one .
Best