Closed tanevitt closed 1 year ago
When I try and run the preprocess.py script with the MATR data I get an error related to missing the package h5py
preprocess.py
h5py
ModuleNotFoundError: No module named 'h5py'
This package is not listed in the requirements.txt file.
requirements.txt
When I try and run the
preprocess.py
script with the MATR data I get an error related to missing the packageh5py
This package is not listed in the
requirements.txt
file.