Open melissa-hobson opened 1 year ago
Doing a new installation, I found h5py is now required: ModuleNotFoundError: No module named 'h5py' But doesn't get auto-installed. Doing a separate pip install h5py works, but it would be nice to have it bundled into the installation.
ModuleNotFoundError: No module named 'h5py'
pip install h5py
Thanks! This is actually an issue with radvel. Will leave as an "enhancement"...
radvel
Doing a new installation, I found h5py is now required:
ModuleNotFoundError: No module named 'h5py'
But doesn't get auto-installed. Doing a separatepip install h5py
works, but it would be nice to have it bundled into the installation.