Error with netCDF4 import in python

1k Views Asked by At

I get the following error when I try to use netcdf4 in python:

Traceback (most recent call last):
File "test.py", line 1, in <module>
from netCDF4 import Dataset
ImportError: /root/.local/lib/python2.7/site-packages/netCDF4.so: undefined symbol:       MPI_File_get_atomicity

I tried already to recompile mpich2 but this didn't help. Any help would be much appreciated! Thank you in advance!

Cheers, Sven

1

There are 1 best solutions below

0
On

These kinds of questions are always hard to answer and are usually very specific.

In this case:

  • Upgrade netCDF4 library
  • Recompile