<Unable to Save Data to HDF5 File using fsspec in ...
# questions-so
r
Unable to Save Data to HDF5 File using fsspec in Python I'm trying to save data (3D numpy array) to an HDF5 file using fsspec in Python, but I'm encountering issues and I am unable to successfully write the data to the file. The bigger picture is I am trying to amend this dataset class to load/write video data. Is it possible to use h5py and fsspec in simultaneously or is it even advised? The root issue seems to be this...
j