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?
Yes. See https://github.com/h5py/h5py/issues/2146.
-Aleksandar
H5py 3.8.0 is out with support for Python 3.11. pip install h5py
will work now.
-Aleksandar
2 Likes