Jeff Whitaker
Jeff Whitaker
netcdf4-python wraps the netcdf-c library, which in turn uses the HDF5 c library. I don't believe the large memory usage (which I was able to reproduce) is related to the...
Although you say the build went fine, something likely went wrong with either the build or install. I would suggest saving the output of the build and posting it here....
hopefully someone with some knowledge of building and installing python C extensions with C lib dependencies on windows will chime in - I have no clue. Curious why installing via...
as you noted, the problem is occuring in netcdf-c. I suggest opening a ticket at https://github.com/Unidata/netcdf-c
@kmuehlbauer other than via copy and paste, I don't know of any way to do that.
@kmuehlbauer sorry but the option to transfer an issue to Unidata/netcdf-c is not available for me.
are you mounting azure storage as a local drive on windows and trying to read a netcdf file from there? Can you read that file with ncdump?
Please try running ncdump on the file - this will tell us if it's an issue with the C library or the python interface. Also, you might check the file...
How was netcdf4-python installed? (pip install, conda, from source?)
Nothing has changed in the python interface since 1.6.1 that would impact this, so I suspect it's a C lib issue. Can you check to see what versions of HDF5...