In the CIs it seems to be netcdf-c 4.8.0 and I think that would provide libnetcdf.so.19 but in the wheel we have libnetcdf-60d928ce.so.18.0.0 (which I think is 4.7.x). Maybe it is just a matter of publish new wheels?
The reason I'm looking into this is b/c I'm hitting an OSError: [Errno -45] NetCDF: Not a valid data type or _FillValue type mismatch when reading from 'http://gliders.ioos.us/thredds/dodsC/deployments/rutgers/ru29-20150623T1046/ru29-20150623T1046.nc3.nc'. I don't see that error with the conda package or a my own build with netcdf-c 4.8.1.
In the CIs it seems to be netcdf-c 4.8.0 and I think that would provide
libnetcdf.so.19but in the wheel we havelibnetcdf-60d928ce.so.18.0.0(which I think is 4.7.x). Maybe it is just a matter of publish new wheels?The reason I'm looking into this is b/c I'm hitting an
OSError: [Errno -45] NetCDF: Not a valid data type or _FillValue type mismatchwhen reading from'http://gliders.ioos.us/thredds/dodsC/deployments/rutgers/ru29-20150623T1046/ru29-20150623T1046.nc3.nc'. I don't see that error with the conda package or a my own build with netcdf-c 4.8.1.