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
If you encounter this issue, then there is a solution to it.
If you are working with dclab, Shape-Out 2, DCKit, or DCOR-Aid, you just need to install the latest version.
If you are working with other software, like HDFView, you need to make the Zstandard compression algorithm available as an HDF5 plugin. If you have admin rights on your computer, you can do this by putting the corresponding library file into a pre-defined directory (which you might have to create):
2.1. Windows: Extract libh5zstd-windows.zip and put the libh5zstd.dll file in the directory C:\\ProgramData\hdf5\lib\plugin
2.2. Linux: Extract libh5zstd-linux.zip and put the libh5zstd.so file in the directory /usr/local/hdf5/lib/plugin/.
2.3. macOS: Extract libh5zstd-macos.zip and put the libh5zstd.dylib file in the directory /usr/local/hdf5/lib/plugin/.
paulmueller
changed the title
Cannot access datasets from .rtdc files created with dclab>=0.43.0
Cannot access datasets from files created with dclab>=0.43.0
Jun 22, 2022
If you have problems with HDFView, make sure you did NOT download HDFViewApp from https://www.hdfgroup.org/downloads/hdfview/ (because accessing the Zstd library did not work on at least one occasion with Windows).
If you encounter this issue, then there is a solution to it.
2.1. Windows: Extract libh5zstd-windows.zip and put the libh5zstd.dll file in the directory
C:\\ProgramData\hdf5\lib\plugin
2.2. Linux: Extract libh5zstd-linux.zip and put the libh5zstd.so file in the directory
/usr/local/hdf5/lib/plugin/
.2.3. macOS: Extract libh5zstd-macos.zip and put the libh5zstd.dylib file in the directory
/usr/local/hdf5/lib/plugin/
.Further reading:
@ZELLMECHANIK-DRESDEN/collaborators
The text was updated successfully, but these errors were encountered: