Guest User

Untitled

a guest
May 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. ---------------------------------------------------------------------------
  2. AttributeError Traceback (most recent call last)
  3. <ipython-input-6-bdb5c0ba4788> in <module>()
  4. ----> 1 import xesmf
  5.  
  6. /opt/conda/lib/python3.6/site-packages/xesmf/__init__.py in <module>()
  7. 1 from . import util
  8. 2 from . import data
  9. ----> 3 from . frontend import Regridder
  10.  
  11. /opt/conda/lib/python3.6/site-packages/xesmf/frontend.py in <module>()
  12. 7 import os
  13. 8
  14. ----> 9 from . backend import (esmf_grid, add_corner,
  15. 10 esmf_regrid_build, esmf_regrid_finalize)
  16. 11
  17.  
  18. /opt/conda/lib/python3.6/site-packages/xesmf/backend.py in <module>()
  19. 17
  20. 18 import numpy as np
  21. ---> 19 import ESMF
  22. 20 import warnings
  23. 21 import os
  24.  
  25. /opt/conda/lib/python3.6/site-packages/ESMF/__init__.py in <module>()
  26. 68 #### IMPORT LIBRARIES #########################################################
  27. 69
  28. ---> 70 from ESMF.api.esmpymanager import *
  29. 71 from ESMF.api.grid import *
  30. 72 from ESMF.api.mesh import *
  31.  
  32. /opt/conda/lib/python3.6/site-packages/ESMF/api/esmpymanager.py in <module>()
  33. 9 from ESMF.api.constants import *
  34. 10 from ESMF.util.exceptions import *
  35. ---> 11 from ESMF.interface.cbindings import *
  36. 12 from ESMF.util.decorators import initialize
  37. 13
  38.  
  39. /opt/conda/lib/python3.6/site-packages/ESMF/interface/cbindings.py in <module>()
  40. 9 import sys
  41. 10
  42. ---> 11 import ESMF.api.constants as constants
  43. 12 from ESMF.util.decorators import deprecated, netcdf
  44. 13 from ESMF.interface.loadESMF import _ESMF
  45.  
  46. AttributeError: module 'ESMF' has no attribute 'api'
Add Comment
Please, Sign In to add comment