h5py BIOM error

RuntimeError: h5py is not installed, cannot parse HDF5 BIOM file

Solution:

install h5py in python (for reading .biom files)

pip install h5py