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?
installing h5py on Windows 11 with python 3.11 fails
ajelenak
#3
H5py 3.8.0 is out with support for Python 3.11. pip install h5py
will work now.
-Aleksandar