Experimental Features

Hello,

When I try to use the experimental features such as hail.experimental.outer_join_mt or hail.experimental.run_combiner. I am getting:

module ‘hail.experimental’ has no attribute ‘outer_join_mt’

etc

I installed HAIL through conda and the version is:

0.2.33-5d8cae649505

Where is the problem? Do I have to install other package?

Cheers,

That’s your problem – you need to use pip. The version on conda wasn’t contributed by our development team, and isn’t up to date, it’s a single pinned version from a while ago.

1 Like