It seems that there is an incompatible issue between Sindbad.jl and CMAEvolutionStrategy.jl...but not sure
(base) xshan@node-r6-he37:~/eebiomass/sindbad_eolincs/eo-lincs-scs3-Feb12/sindbad_run_xshan/SindbadTutorials.jl/tutorials/ellis_jena_2025$ julia
Info The latest version of Julia in the `release` channel is 1.12.5+0.x64.linux.gnu. You currently have `1.11.5+0.x64.linux.gnu` installed. Run:
juliaup update
in your terminal shell to install Julia 1.12.5+0.x64.linux.gnu and update the `release` channel to that version.
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.11.5 (2025-04-14)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
(@v1.11) pkg> activate ./
Activating project at `/Net/Groups/BGI/work_4/scratch/eebiomass/sindbad_eolincs/eo-lincs-scs3-Feb12/sindbad_run_xshan/SindbadTutorials.jl/tutorials/ellis_jena_2025`
(ellis_jena_2025) pkg> instantiate
Updating registry at `/Net/Groups/BGI/work_4/scratch/eebiomass/.julia/registries/General.toml`
ERROR: Unsatisfiable requirements detected for package Sindbad [36c3e672]:
Sindbad [36c3e672] log:
├─possible versions are: 0.1.0 - 0.1.1 or uninstalled
├─restricted to versions 0.1.1 - 0.1 by SindbadTutorials [7150cb7e], leaving only versions: 0.1.1
│ └─SindbadTutorials [7150cb7e] log:
│ ├─possible versions are: 0.1.0 or uninstalled
│ ├─restricted to versions * by project [6396a33b], leaving only versions: 0.1.0
│ │ └─project [6396a33b] log:
│ │ ├─possible versions are: 0.0.0 or uninstalled
│ │ └─project [6396a33b] is fixed to version 0.0.0
│ └─SindbadTutorials [7150cb7e] is fixed to version 0.1.0
└─restricted by compatibility requirements with CMAEvolutionStrategy [8d3b24bd] to versions: uninstalled — no versions left
└─CMAEvolutionStrategy [8d3b24bd] log:
├─possible versions are: 0.1.0 - 0.2.6 or uninstalled
└─restricted to versions 0.2.6 - 0.2 by SindbadTutorials [7150cb7e], leaving only versions: 0.2.6
└─SindbadTutorials [7150cb7e] log: see above
shell> pwd
/User/homes/xshan/eebiomass/sindbad_eolincs/eo-lincs-scs3-Feb12/sindbad_run_xshan/SindbadTutorials.jl/tutorials/ellis_jena_2025
@dr-ko
It seems that there is an incompatible issue between Sindbad.jl and CMAEvolutionStrategy.jl...but not sure