Closed tpresser570 closed 1 year ago
the screenshot seems but to be attached
@oscardssmith screenshot attached now
can you paste the full stacktrace of the error you get on using? the screenshot appears to be cutting off what the actual error is
can you paste the full stacktrace of the error you get on using? the screenshot appears to be cutting off what the actual error is
Sorry about that, @oscardssmith, full stacktrace included now
Thanks!
As a general remark it's much better to copy-and-paste error messages (and format them as code with triple backticks):
As a general remark it's much better to copy-and-paste error messages (and format them as code with triple backticks):
- it's more readable than a screenshot anyway
- screenshots aren't searchable, people having your same problem won't be able to find this page by googling the same error message.
fixed
That's much better, thanks.
This isn't a problem in Julia itself, but in third-party packages. Anyway, what's the output of
]st -m DifferentialEquations Sundials Sundials_jll
in your environment?
calling: ]st -m DifferentialEquations Sundials Sundials_jll
returns:
Status `~/Documents/GitHub/LambAIrt/Manifest.toml`
⌃ [0c46a032] DifferentialEquations v7.6.0
⌃ [c3572dad] Sundials v4.15.1
⌃ [fb77eaff] Sundials_jll v5.2.0+1
Info Packages marked with ⌃ have new versions available and may be upgradable.
You're using an old version of Sundials_jll
. Update it to v5.2.1.
Cannot precompile DifferentialEquations.jl on mac m2. Have never seen this error before when loading and looks like its a problem with array handling wthin Sundials. Maybe CpuID? since that does not compile either for ARM chips? Attached a screenshot of output below and versioninfo().
Calling:
julia> using DifferentialEquations
Returns:
calling versioninfo():