RainerKuemmerle / g2o

g2o: A General Framework for Graph Optimization
3.07k stars 1.1k forks source link

Mac OSX Catalina 10.15.7: brew install fails #553

Open lindzey opened 2 years ago

lindzey commented 2 years ago

I am attempting to install g2o following the instructions in the README (brew install brewsci/science/g2o), but it fails with:

==> Downloading https://archive.org/download/brewsci/bottles-science/g2o-2017-07-30.sierra.bottle.tar.gz
==> Downloading from https://ia601805.us.archive.org/0/items/brewsci/bottles-science/g2o-2017-07-30.sierra
#=#=#                                                                         
curl: (22) The requested URL returned error: 404 
Error: g2o: Failed to download resource "g2o"
Download failed: https://archive.org/download/brewsci/bottles-science/g2o-2017-07-30.sierra.bottle.tar.gz
HenryScratch commented 2 years ago

Same on Big Sur. Any recommendations?

RainerKuemmerle commented 2 years ago

I am not on MacOS. From the error it seems like the used formular uses an URL that does not exists. Can it be fixed by using a release URL from github instead? @sjulier Maybe you know more or can support?

sjulier commented 2 years ago

I assume this is packaging on homebrew. I use homebrew, but I've never used it to install g2o. I've only ever built from source.

I recall somebody set it up a couple of years ago, but I don't recall who. I think it's in the resolved issue list.

If not, would anybody be willing to volunteer to set it up?