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
i cross compile in openwrt and have built hdf5 in openwrt
but I get an error and it seems h5py doesn't detect libhdf5.so
I built h5py without Fortran
2024-12-03T10:40:46.0000639Z running build_ext
2024-12-03T10:40:46.1292884Z error: /home/staging_dir/target-aarch64_generic_musl/usr/lib/libhdf5.so: cannot open shared object file: No such file or directory
2024-12-03T10:40:46.1294510Z Loading library to get build settings and version: /home/staging_dir/target-aarch64_generic_musl/usr/lib/libhdf5.so
2024-12-03T10:40:46.1296040Z error: Unable to load dependency HDF5, make sure HDF5 is installed properly
2024-12-03T10:40:46.1297101Z Library dirs checked: ['/home/staging_dir/target-aarch64_generic_musl/usr/lib']
The text was updated successfully, but these errors were encountered:
failed to build cross compilation in openwrt
i cross compile in openwrt and have built hdf5 in openwrt
but I get an error and it seems h5py doesn't detect libhdf5.so
I built h5py without Fortran
The text was updated successfully, but these errors were encountered: