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
Hello, I have encountered the following problem:
ms2idx = np.asarray(h5f['ms_to_idx'], dtype='int64')
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "/home/work/anaconda3/envs/dsec-det/lib/python3.7/site-packages/h5py/_hl/dataset.py", line 1046, in array
self.read_direct(arr)
File "/home/work/anaconda3/envs/dsec-det/lib/python3.7/site-packages/h5py/_hl/dataset.py", line 1007, in read_direct
self.id.read(mspace, fspace, dest, dxpl=self._dxpl)
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5d.pyx", line 192, in h5py.h5d.DatasetID.read
File "h5py/_proxy.pyx", line 112, in h5py._proxy.dset_rw
OSError: Can't read data (required filter 'blosc' is not registered)
The code doesn't seem to run properly,the corresponding package has also been installed:
packages in environment at /home/work/anaconda3/envs/dsec-det:
Hello, I have encountered the following problem:
ms2idx = np.asarray(h5f['ms_to_idx'], dtype='int64')
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "/home/work/anaconda3/envs/dsec-det/lib/python3.7/site-packages/h5py/_hl/dataset.py", line 1046, in array
self.read_direct(arr)
File "/home/work/anaconda3/envs/dsec-det/lib/python3.7/site-packages/h5py/_hl/dataset.py", line 1007, in read_direct
self.id.read(mspace, fspace, dest, dxpl=self._dxpl)
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5d.pyx", line 192, in h5py.h5d.DatasetID.read
File "h5py/_proxy.pyx", line 112, in h5py._proxy.dset_rw
OSError: Can't read data (required filter 'blosc' is not registered)
The code doesn't seem to run properly,the corresponding package has also been installed:
packages in environment at /home/work/anaconda3/envs/dsec-det:
Name Version Build Channel
_libgcc_mutex 0.1 conda_forge https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
_openmp_mutex 4.5 2_gnu https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
blosc 1.21.6 hef167b5_0 conda-forge
blosc-hdf5-plugin 1.0.0 h8b9aba8_4 conda-forge
I don't understand why,I hope to receive an answer
The text was updated successfully, but these errors were encountered: