python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
HDF5 makes a problem after brew update & upgrade
I'm M1 user and coding on python 3.9.10 up to now.
I try updating lib. with homebrew, especially for python 3.9.12 and HDF5. Also I reinstalled h5py. Here I tried.
brew update & upgrade
brew reins...
navian
Votes: 0
Answers: 2
h5py extremely slow writing
After preparing data from a dataset, I want to save the prepared data using h5py.
The data is a float32 numpy array of shape (16813, 60, 44, 257). Preparing the data is very fast, only a few seconds t...
frankatank
Votes: 0
Answers: 1
Spyder won't import h5py, but iPython console will. Why is that?
I am trying to open a .h5 file that contains data I need to plot, and I want to do this with Spyder (on macOS Big Sur). I have installed h5py through pip and here is what happens:
If I open an iPython...
vlabadaboum
Votes: 0
Answers: 1
Converting .h5/.hic file to .csv/.json
I want to convert .h5/.hic files to .csv/.json format. I found this https://pypi.org/project/h5json/ and their GitHub page https://github.com/HDFGroup/hdf5-json to convert to json from h5. I was succe...
Deep
Votes: 0
Answers: 1