SciML / DifferentialEquations.jl

Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia.
https://docs.sciml.ai/DiffEqDocs/stable/
Other
2.87k stars 230 forks source link

DifferentialEquations on Mac OS X (10.13.1) #217

Closed garethbaker11 closed 6 years ago

garethbaker11 commented 6 years ago

I get this error (both in Julia from mac terminal and using Julia notebook): INFO: Precompiling module DifferentialEquations. WARNING: using LinAlg.Hessenberg in module IterativeSolvers conflicts with an existing identifier. ERROR: LoadError: LoadError: UndefVarError: TimeDerivativeWrapper not defined Stacktrace: [1] include_from_node1(::String) at ./loading.jl:576 [2] include(::String) at ./sysimg.jl:14 [3] include_from_node1(::String) at ./loading.jl:576 [4] include(::String) at ./sysimg.jl:14 [5] anonymous at ./:2 while loading /Users/garethbaker/.julia/v0.6/DelayDiffEq/src/utils.jl, in expression starting on line 47 while loading /Users/garethbaker/.julia/v0.6/DelayDiffEq/src/DelayDiffEq.jl, in expression starting on line 33 ERROR: LoadError: Failed to precompile DelayDiffEq to /Users/garethbaker/.julia/lib/v0.6/DelayDiffEq.ji. Stacktrace: [1] compilecache(::String) at ./loading.jl:710 [2] _require(::Symbol) at ./loading.jl:463 [3] require(::Symbol) at ./loading.jl:405 [4] include_from_node1(::String) at ./loading.jl:576 [5] include(::String) at ./sysimg.jl:14 [6] anonymous at ./:2 while loading /Users/garethbaker/.julia/v0.6/DifferentialEquations/src/DifferentialEquations.jl, in expression starting on line 17

ChrisRackauckas commented 6 years ago

This was fixed in an update this morning ( https://github.com/JuliaDiffEq/DifferentialEquations.jl/issues/216 ). If you Pkg.update() it should be fixed now.