JiaweiZhuang/xESMF

ModuleNotFoundError: No module named 'ESMF'

sbeale007 opened this issue · 6 comments

Hello, I have installed xesmf using https://xesmf.readthedocs.io/en/latest/installation.html#install-on-local-machine-with-conda

I tried to import it in a jupyter notebook and got this error

Screen Shot 2023-05-11 at 1 52 35 PM

This is my environment:
Screen Shot 2023-05-11 at 1 58 37 PM

Screen Shot 2023-05-11 at 1 58 50 PM Screen Shot 2023-05-11 at 1 59 07 PM Screen Shot 2023-05-11 at 1 59 14 PM

It looks to me like I have esmf so I'm not too sure why I am having that error.

I ran the pytest on xesmf and got this message

ERROR anaconda3/envs/test-env/lib/python3.10/site-packages/xesmf/tests/test_backend.py
ERROR anaconda3/envs/test-env/lib/python3.10/site-packages/xesmf/tests/test_frontend.py
ERROR anaconda3/envs/test-env/lib/python3.10/site-packages/xesmf/tests/test_util.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

but I am not sure how to solve the problem

Any help is appreciated!

Thank you

the same problem encounted! i also do not know why

I have the same error message, but it only shows up when I am running the regridder. The test package seems to work fine (after some tinkering). esmpy has been installed.

Screenshot 2023-06-30 at 5 10 48 PM
dluks commented

@sbeale007 this can happen if you don't restart your jupyter kernel after installing xesmf.

I just had the same issue... do we have a solution yet?

kthyng commented

@huili77 I use this when the issue comes up: conda-forge/esmf-feedstock#91 (comment)