PsychoPy can't locate downloaded h5py file

If this template helps then use it. If not then just delete and start from scratch.

OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): 2022.2.5
Standard Standalone? (y/n) If not then what?:y
What are you trying to achieve?:
We are trying to download and read hdf5 files in our experiments. The files are downloading fine from PsychoPy and we’ve downloaded hdfview to view the files. Right now, we’re trying to convert the hdf5 files into csv files for easier viewing. We’re using the script provided by psychopy to do this. We’ve pip installed the h5py package in python that’s needed to execute the script, but when we go to run the script, it says “ModuleNotFoundError: No module named ‘h5py’”.
What did you try to make it work?:
We tried typing in specific directories (where the h5py file was downloaded), but psychopy still came up with the same “ModuleNotFoundError.”
What specifically went wrong when you tried that?:
Include pasted full error message if possible. “That didn’t work” is not enough information.
“ModuleNotFoundError: No module named ‘h5py’”.
I’ve attached a copy of the provided script:
run_first_hdf5_to_csv.py (2.5 KB)