JiaweiZhuang / xESMF

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

ModuleNotFoundError: No module named 'ESMF' #131

Open sbeale007 opened 1 year ago

sbeale007 commented 1 year ago

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

Xieleilab commented 1 year ago

the same problem encounted! i also do not know why

mkyoungs commented 1 year ago

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
yorkchen33 commented 11 months ago

Read this:https://xesmf.readthedocs.io/en/latest/installation.html#notes-about-esmpy

dluks commented 11 months ago

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

huili77 commented 7 months ago

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

kthyng commented 4 months ago

@huili77 I use this when the issue comes up: https://github.com/conda-forge/esmf-feedstock/issues/91#issuecomment-1387279692