h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

Wave fetch 404 on linux #2254

Closed bstin closed 4 months ago

bstin commented 4 months ago

Wave SDK Version, OS

1.0.1

Actual behavior

Running wave fetch throws 404 error trying to download https://github.com/h2oai/wave/releases/download/v1.0.1/wave-1.0.1-manylinux1_x86_64-amd64.tar.gz

That file doesn't exist. Opening in Firefox yields same 404

Expected behavior

Should download

Steps To Reproduce

  1. Install pip install h2o-wave
  2. pip install h2o_wave_university
  3. Issue wave fetch
mturoci commented 4 months ago

Thanks for reporting! A workaround until fixed: wave fetch --platform linux --arch amd64.

mturoci commented 4 months ago

Already fixed in https://github.com/h2oai/wave/pull/2183. I just forgot to cherry-pick it to 1.0.1 when releasing. Will make sure to not forget in case I need to cut 1.0.2.