I am unable to use netCDF4 within anaconda python. When I do "import netCDF4", I get the following error: /home/myusrname/anaconda/lib/./libk5crypto.so.3: symbol k5_buf_free, version krb5support_0_MIT not defined in file libkrb5support.so.0 with link time reference .
The netCDF4 module had been working just fine for me until I installed pyart (weather radar visualization software) which, for some reason, wanted to re-install netCDF4. Another thread described this problem (https://stackoverflow.com/questions/32050441/unable-to-use-netcdf4-within-python-anaconda), though the solution was to wipe and re-install anaconda. Does anyone know of another workaround? Thanks!