wangjie212 / TSSOS

A sparse polynomial optimization tool based on the moment-SOS hierarchy.
MIT License
39 stars 14 forks source link

installation error #3

Closed d-a-v closed 2 years ago

d-a-v commented 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.

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!
d-a-v commented 2 years ago

Sorry for the noise it is probably a user error. Problem is solved with

pkg> registry add https://github.com/JuliaRegistries/General