DiffEqSensitivity fails to load in 1.10.8 on Apple Silicon

Hi I’m trying to run a script in Julia 1.10.8 on a MacBook running Apple Silicon hardware. I’ve run this script successfully in Julia 1.6.7 on Ubuntu 24.04 with x86 64 bit hardware. I have been unable to get Julia 1.10.8 to add DiffEqSensitivity.

I get several warnings as in:

While DiffEqSensitivity v6.52.1 seems to be installed, any subsequent attempts to add packages (e.g. Optimization, Flux, ComponentArrays, etc) generate an error. I’ve tried reinstalling Julia 1.10.8 twice. I also tried 1.11.3 - while that did not work, adding DiffEqSensitivirty generated a different set of warnings

Any help would be appreciated.

You likely want SciMLSensitivity. DiffEqSensitivity was renamed to SciMLSensitivity about 4 years ago.

Thanks @Oscar_Smith . SciMLSensitivity seems to have loaded without any errors