-
-
Notifications
You must be signed in to change notification settings - Fork 231
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 DifferentialEquations currently fails #1065
Comments
Can you share what you're getting from |
The outuput is quite similar to what I get with Precompiling OrdinaryDiffEqFIRK...
Info Given OrdinaryDiffEqFIRK was explicitly requested, output will be shown live
WARNING: Method definition stepsize_controller!(Any, OrdinaryDiffEqCore.PredictiveController, Any) in module OrdinaryDiffEqCore at C:\Users\user\.julia\packages\OrdinaryDiffEqCore\TbC1J\src\integrators\controllers.jl:404 overwritten in module OrdinaryDiffEqFIRK at C:\Users\user\.julia\packages\OrdinaryDiffEqFIRK\f9ugT\src\controllers.jl:1.
ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.
? OrdinaryDiffEqFIRK
[ Info: Precompiling OrdinaryDiffEqFIRK [5960d6e9-dd7a-4743-88e7-cf307b64f125]
WARNING: Method definition stepsize_controller!(Any, OrdinaryDiffEqCore.PredictiveController, Any) in module OrdinaryDiffEqCore at C:\Users\user\.julia\packages\OrdinaryDiffEqCore\TbC1J\src\integrators\controllers.jl:404 overwritten in module OrdinaryDiffEqFIRK at C:\Users\user\.julia\packages\OrdinaryDiffEqFIRK\f9ugT\src\controllers.jl:1.
ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.
┌ Info: Skipping precompilation due to precompilable error. Importing OrdinaryDiffEqFIRK [5960d6e9-dd7a-4743-88e7-cf307b64f125].
└ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module. Note that I don't use |
I have the same problem. I investigated the problem to be that ] add OrdinaryDiffEqFIRK@1.3.0 |
That did not work for me, but the error message helped me figure out what is going on. Hence I am closing this issue and will open a new at |
At the moment I get the following error messages when working with DifferentialEquations
The text was updated successfully, but these errors were encountered: