-
-
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
Cannot use DifferentialEquations on Mac M2 - ARM chip #50382
Comments
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 |
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):
|
This comment was marked as duplicate.
This comment was marked as duplicate.
That's much better, thanks. This isn't a problem in Julia itself, but in third-party packages. Anyway, what's the output of
in your environment? |
calling: returns:
|
You're using an old version of |
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():
The text was updated successfully, but these errors were encountered: