你好?谁能帮助 Azure DataBrick 上的 Hail 0.2?
在 pip install 之后出现了很多问题......
找不到 Java 包,导入 hail.plot , hl.init()
根据文件
https://docs.azuredatabricks.net/applications/genomics/tertiary/hail.html#create-a-hail-cluster
我已经 pip install hail
在集群环境设置中设置 ENABLE_HAIL=true
然而
import hail as hl
hl.init(sc, idempotent=True)
AttributeError: module 'hail' has no attribute 'init'
还有另一个文件
https://docs.azuredatabricks.net/applications/genomics/tertiary/hail.html
import hail as hl
import hail.expr.aggregators as agg
hl.init(sc, idempotent=True)
ModuleNotFoundError: No module named 'hail.expr'
任何人都可以提供解决方案吗?非常感谢 !!!