Closed llccl closed 1 year ago
Thank you @llccl for raising this issue. Sorry about the late response. I just checked the environment.yml and I didn't specify a minimum version for xesmf. By default at install, conda/mamba should install the latest release version. In my own PyFLEXTRKR environment it is currently 0.7.1, so I never saw that error before. Hopefully this will not be an issue going forward as xesmf is currently on 0.8.2 in Conda. I'm closing this issue for now.
Hi, After a successful install with current environment.yml (with conda v4.10 & mamba as recommended in userguid.md), an error occur when I try a testing python script:
I check the conda list/pip list, the xesmf version is 0.6.3 As recommened by an issue of xesmf (link:https://github.com/pangeo-data/xESMF/issues/218), I edit the envinroment.yml with '-xesmf=0.7.0' in the last line and re-install it, and this proble is perfectly solved. I am not sure this problem occurs in other version of conda/mamba. Hopefully this can help.
Cheers! Zhongxi