Latest hail_all_spark location

Trying to find the web location of the latest hail_all_spark.jar for Apache Spark 2.4.3, if anyone knows…

Can you just pip install hail? That should give you everything you need

roger, thanks. i thought there was a website (googleapis) that had the latest, but your right, its smarter and safer to just pip install it… thanks

No problem. It’s true you used to have to download a JAR from a Google Bucket, but pip should be the standard installation method now

yep, thanks

@tbresee
This functionality was removed when we switched from a JAR oriented distribution model to a Python wheel distribution model.