Hi everyone,
I wanted to install a package called Isosuite (find it here https://github.com/algorithmx/Isosuite) , which has now been updated to v0.2.6. However, when I tried to install it on an HPC, julia insists to install v0.1.2. I’ve been burning in hell for the entire afternoon without an effective solution. In other places (my laptop and another HPC) it works just fine.
Does anybody know what could be the problem and kindly help me to proceed? I spend quite a long time in dealing with such a version problem …
Here is an exerpt of the output during installation:
(@v1.5) pkg> st PyCall
Status ~/.julia/environments/v1.5/Project.toml
[438e738f] PyCall v1.92.1
(@v1.5) pkg> add Isosuite
Updating registry at ~/.julia/registries/General
Resolving package versions…
Updating ~/.julia/environments/v1.5/Project.toml
[4e0cf86c] + Isosuite v0.1.2
Updating ~/.julia/environments/v1.5/Manifest.toml
[4e0cf86c] + Isosuite v0.1.2
(@v1.5) pkg> add Isosuite@0.2.6
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package Isosuite [4e0cf86c]:
Isosuite [4e0cf86c] log:
├─possible versions are: 0.1.0-0.1.2 or uninstalled
└─restricted to versions 0.2.6 by an explicit requirement — no versions left
The Project.toml file of Isosuite reads
name = “Isosuite”
uuid = “4e0cf86c-8ca5-4e68-a38e-9d6c92424124”
authors = [“Yunlong Lian algorithm.lian@gmail.com”]
version = “0.2.6”
[deps]
LinearAlgebra = “37e2e46d-f89d-539d-b4ee-838fcccc9c8e”
Printf = “de0858da-6303-5e67-8744-51eddeeeb8d7”
PyCall = “438e738f-606a-5dbb-bf0a-cddfbfd45ab0”
[compat]
julia = “1”
PyCall = “1.0,3.0”
I can’t see which requirement is not satisfied …