Install Hail on Mac OS X
Install Java 11. We recommend using a packaged installation from Temurin (make sure the OS version and architecture match your system) or using Homebrew:
brew install temurin@11
You must pick a Java 11 installation with a compatible architecture. If your processor uses Apple M-series silicon you must use an “arm64” Java, otherwise you must use an “x86_64” Java. You can check if you have an M1 or M2 either in the “Apple Menu > About This Mac” or by running
uname -m
Terminal.app.Install Python 3.9 or later. We recommend Miniconda.
Open Terminal.app and execute
pip install hail
. If this command fails with a message about “Rust”, please try this instead:pip install hail --only-binary=:all:
.
hailctl Autocompletion (Optional)
Install autocompletion with
hailctl --install-completion zsh
Ensure this line is in your zsh config file (~/.zshrc) and then reload your terminal.
autoload -Uz compinit && compinit