Skip to content Skip to sidebar Skip to footer

Hdf5 Headers Missing In Installation Of Netcdf4 Module For Python

I have attempted to install the netCDF4 module several times now and I keep getting the same error: Traceback (most recent call last): File '', line 17, in

Solution 1:

You need to create a file setup.cfg in the base of source tree (you can base it on the setup.cfg.template that should be there). Specifically, you'll want to set the value of HDF5_dir within the file.


Post a Comment for "Hdf5 Headers Missing In Installation Of Netcdf4 Module For Python"