I updated to the latest version of netCDF4-python and it fails on import with the following:
ImportError: dlopen(/Users/pmarshwx/.local/lib/python/site-packages/netCDF4.so, 2): Symbol not found: _nc_rename_grp
Referenced from: /Users/pmarshwx/.local/lib/python/site-packages/netCDF4.so
Expected in: flat namespace
I noticed in the install log that I get the following
NETCDF4_DIR environment variable not set, checking standard locations..
checking /Users/pmarshwx ...
checking /usr/local ...
netCDF4 found in /usr/local
using netcdf library version 4.2.1.1
using Cython to compile netCDF4.pyx...
netcdf lib does not have group rename capability
I will point out that I built netCDF4 with Homebrew.
Revision 1283 works just fine.
Patrick