You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: Provided argument 'file_obj' does not appear to be a valid hickle file! (HDF5-file does not have the proper attributes!)
i use python3.6 and try hickle 3.x 4.x,but all error
The text was updated successfully, but these errors were encountered:
I got the same issue, don't know why this happens, but the file can be read with h5py. with h5py.File(self.datafile, 'r') as f: key = list(f.keys())[0] self.X = f[key][:] with h5py.File(self.sourcefile, 'r') as f: key = list(f.keys())[0] self.sources = f[key][:]
ValueError: Provided argument 'file_obj' does not appear to be a valid hickle file! (HDF5-file does not have the proper attributes!)
i use python3.6 and try hickle 3.x 4.x,but all error
The text was updated successfully, but these errors were encountered: