SciML / StructuralIdentifiability.jl

Fast and automatic structural identifiability software for ODE systems
https://docs.sciml.ai/StructuralIdentifiability/stable/
MIT License
109 stars 17 forks source link

Cannot precompile on v1.10.3 #321

Closed TorkelE closed 4 months ago

TorkelE commented 4 months ago

Seems to no longer work on the latest julia version

using StructuralIdentifiability

the error is long. This is the environment:

]Pkg
Status `~/Desktop/Julia Playground/Environment - Temporary/Project.toml`
  [220ca800] StructuralIdentifiability v0.5.7
orebas commented 4 months ago

I believe there is a fix submitted to julia base to account for this. In the meantime, I believe there is a functionality in Project.toml to force downgrading to 1.10.2 if this package is installed. That seems a little drastic, one could wait to see if 1.10.4 drops soon.

sumiya11 commented 4 months ago

Hi @TorkelE , thanks for reporting that, yeah this seems to be a bug in Julia 1.10.3:

https://github.com/JuliaLang/julia/issues/54356

A fix should get into Julia 1.10.4 I think.

TorkelE commented 4 months ago

Seems you guys have it all under control, thanks a lot 🙂. Restricting things to 1.10.2 makes sense, I will do that