Closed d-a-v closed 2 years ago
Hello,
It seems that LightGraphs is no longer available in the package manager and I can't find an easy way to independently install it.
LightGraphs
Do you have any advice ?
julia> import Pkg julia> Pkg.add(url="https://github.com/wangjie212/TSSOS") Updating git-repo `https://github.com/wangjie212/TSSOS` Resolving package versions... ERROR: Unsatisfiable requirements detected for package LightGraphs [093fc24a]: LightGraphs [093fc24a] log: ├─LightGraphs [093fc24a] has no known versions!
Sorry for the noise it is probably a user error. Problem is solved with
pkg> registry add https://github.com/JuliaRegistries/General
Hello,
It seems that
LightGraphs
is no longer available in the package manager and I can't find an easy way to independently install it.Do you have any advice ?