microsoft / BatteryML

MIT License
480 stars 101 forks source link

Missing required `h5py` package from `requirements.txt` #5

Closed tanevitt closed 1 year ago

tanevitt commented 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

ModuleNotFoundError: No module named 'h5py'

This package is not listed in the requirements.txt file.