Closed sg-s closed 3 months ago
resolution:
this is because setuptools is required, but is not listed as a dep.
if you add setuptools, i can at least import hail
Thanks for reporting this. I had tried to remove our dependence on setuptools
but had not done a good enough job clearly.
What happened?
I installed from PyPI and obtained hail 0.2.132
I made sure I used a completely clean environment with nothing in it (using pixi).
When I did
I got this error:
I think this is largely because hail requires an ancient version of humanize (v1 vs v4)
In any case, the wheel on PyPI is broken and un-importable.
There are other issues stemming from the underlying issue that there is no clear description of requirements and dependencies.
Version
0.2.132
Relevant log output
No response