When I upgrade SDDP@1.6.6,the will degrade ScenTrees@0.1.1,When I upgrade ScenTrees@0.3.3,the will degrade SDDP@0.4.6.What can I do to make both versions exist at the same time?
I need to use these two packages at the same time, so I can’t build different environments to use them.I use python to call them at the same time on the notebook。
SDDP has no compatibility requirements for the ScenTrees version. I don’t know how to modify the toml file.
I’m so helpless right now and need help
julia> versioninfo()
Julia Version 1.7.3
Commit 742b9abb4d (2022-05-06 12:58 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core™ i7-10700K CPU @ 3.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, skylake)
Environment:
JULIA_PKG_SERVER = 北京大学开源镜像站
This is happening because you cannot use the latest versions of ScenTrees and SDDP. It’s a little confusing because you’re right, there is no dependency between them, but there are transitive dependencies.
p.s. you can get a more helpful message by trying to force the package manager to install both packages at the same time:
(sdd) pkg> add SDDP@1 ScenTrees@0.3
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package DataFrames [a93c6f00]:
DataFrames [a93c6f00] log:
├─possible versions are: 0.11.7-1.6.1 or uninstalled
├─restricted by compatibility requirements with ScenTrees [4ec4db44] to versions: 0.21.0-0.21.8
│ └─ScenTrees [4ec4db44] log:
│ ├─possible versions are: 0.1.0-0.3.3 or uninstalled
│ └─restricted to versions 0.3 by an explicit requirement, leaving only versions 0.3.0-0.3.3
└─restricted by compatibility requirements with Reexport [189a3867] to versions: 0.22.3-1.6.1 or uninstalled — no versions left
└─Reexport [189a3867] log:
├─possible versions are: 0.2.0-1.2.2 or uninstalled
└─restricted by compatibility requirements with SDDP [f4570300] to versions: 1.0.0-1.2.2
└─SDDP [f4570300] log:
├─possible versions are: 0.1.0-1.6.6 or uninstalled
└─restricted to versions 1 by an explicit requirement, leaving only versions 1.0.0-1.6.6