I need to install an older version of H2O because model loading doesn't work even if the versions are just one apart (3.26.0.2 vs. 3.26.0.3). I'm struggling to find a page from which I can find the download links. Why doesn't it exist? All software have an archive or older versions page for this. I also tried playing with the link to current version but no luck as it doesn't have a pattern you could guess. So how can I install H2O 3.26.0.2 in Python (pip)?
Looked all over the web and documentation
model = h2o.load_model("H2O.model_name.zip")
Error: Found version 3.26.0.2, but running version 3.26.0.3
Request: POST /99/Models.bin/
data: {'dir': 'H2O.model_name.zip'}```