Hi, I am having trouble working with MatrixTables. After installing hail in my conda environment and running hl.init() and defining a MatrixTable ( e.g. mt = hl.balding_nichols_model(n_populations=3, n_samples=10, n_variants=100) ), when I try working with the MatrixTable e.g. with mt.show(), I get an error:
Unsupported OS/arch, cannot find /linux/amd64/libzstd-jni-1.5.5-11.so or load zstd-jni-1.5.5-11 from system libraries. Please try building from source the jar or providing libzstd-jni-1.5.5-11 in your system.
I previously had loaded Java-11 and install zstd-1.5.5 in my conda environment but not sure how else to troubleshoot. Thanks in advance!