-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'ESMF' #131
Comments
the same problem encounted! i also do not know why |
@sbeale007 this can happen if you don't restart your jupyter kernel after installing |
I just had the same issue... do we have a solution yet? |
@huili77 I use this when the issue comes up: conda-forge/esmf-feedstock#91 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
This is my environment:
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 text was updated successfully, but these errors were encountered: