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.