Pip install hail error - import datetime

Hi there,

I created a conda env to work with gnomad libraries.
I then installed pip in the conda env.
When I try to install hail I get a long trace back error. It originates as

  ImportError: PyCapsule_Import could not import module "datetime"

I am using
cmake/4.0.0
openBLAS/0.3.28

for installation

Can you help? Attached error log.
hail_error.txt (66.8 KB)

It seems that the version of python you are using doesn’t have a prebuilt package for the version of numpy that we require. I would recommend trying python 3.12 or 3.11.