pangeo-data / xESMF

Universal Regridder for Geospatial Data
http://xesmf.readthedocs.io/
MIT License
182 stars 32 forks source link

netCDF4 error #334

Open DLoveS1314 opened 4 months ago

DLoveS1314 commented 4 months ago

ERROR:Segmentation fault (core dumped)

import xesmf as xe
import netCDF4

package version netcdf4 1.6.4
xarray 2023.12.0
xesmf 0.8.2
When importing xesmf first, an error will be reported. On the contrary, if the netCDF4 program is imported first, it can run normally. I am very confused about this error. Is there any kind person who can help me answer it?

aulemahal commented 4 months ago

Hi @DLoveS1314,

I tested this on a Linux machine and python 3.12.1 and didn't get any error. Do you have more details on where and when this happens ?