I do a lot of statistical work and use Python as my main language. Some of the data sets I work with though can take 20GB of memory, which开发者_Go百科 makes operating on them using in-memory function
I am using the h5py python package to read files in HDF5 format. (e.g. somefile.h5) I would like to write the contents of a dataset to a text file.
I\'m trying to install h5py in Mac OS X 10.6.3. First I installed HDF5 1.8, which used the following commands:
I am trying to download the h5py package on windows. I am trying to install it with the pip command using a git bash terminal.