watertap-org / parameter-sweep

https://parameter-sweep.readthedocs.io
Other
0 stars 5 forks source link

ImportError on Windows related to h5py #15

Open lbianchi-lbl opened 3 weeks ago

lbianchi-lbl commented 3 weeks ago

image

Seen in e.g. https://github.com/watertap-org/watertap/actions/runs/11041721734/job/30672616857

lbianchi-lbl commented 3 weeks ago

It looks like it's a known issue related to the recent h5py release 3.12.0: https://github.com/h5py/h5py/issues/2505. Judging from these comments, I think it's likely to be addressed soon (with a 3.12.1), and possibly it's already addressed now since as I understand 3.12.0 has been yanked from PyPI (i.e. uninstalling then reinstalling h5py, or re-running failing jobs in CI, should be enough to make this error go away).