installing h5py on Windows 11 with python 3.11 fails


#1

Having issues installing h5py and getting the following error, is it possibly due to h5py not supporting my version of python and need to downgrade?


#2

Yes. See https://github.com/h5py/h5py/issues/2146.

-Aleksandar


#3

H5py 3.8.0 is out with support for Python 3.11. pip install h5py will work now.

-Aleksandar