astropy / astropy-benchmarks

Benchmarks for the astropy project
https://spacetelescope.github.io/bench/astropy-benchmarks/
BSD 3-Clause "New" or "Revised" License
7 stars 27 forks source link

Website not loading #66

Closed pv closed 5 years ago

pv commented 5 years ago

https://www.astropy.org/astropy-benchmarks/ shows an error message currently (2018-09-09). Maybe missing git submodule update --init if you installed asv from git?

astrofrog commented 5 years ago

@pv - has anything changed recently in asv that would cause this? (it was working until recently)

astrofrog commented 5 years ago

It looks like the vendor directory is missing from the gh-pages branch

pv commented 5 years ago

There's now a git submodule, so you need git submodule update --init when you install asv from git.

Or, let pip do that for you via pip install git+https://github.com/airspeed-velocity/asv

astrofrog commented 5 years ago

@pv - thanks, I've updated the pip install command in https://github.com/astropy/astropy-benchmarks/commit/31b17d1993481df198427a956cb091d4d27f97b7 - will close this if it ends up working.

astrofrog commented 5 years ago

Fixed!