Module 'hail.vds' has no attribute 'local_to_global'

Hello, is there a Hail version restriction on using the function hl.vds.local_to_global() (Hail | hail.vds.local_to_global)? I’m using 0.2.100 and received an error saying module 'hail.vds' has no attribute 'local_to_global'.
What could be the cause if not Hail version. Thanks!

This was added in 0.2.103, python3 -m pip install -U hail should do the trick!

1 Like