GGTOOLS icon indicating copy to clipboard operation
GGTOOLS copied to clipboard

ImportError: cannot import name 'create_polygon' from 'sphericalpolygon'

Open xiaoledeng opened this issue 3 years ago • 2 comments

Traceback (most recent call last): File "001_GRACE_Download_static_gravity_models.py", line 7, in from ggtools.gg import static_download File "/Users/shalom/anaconda3/lib/python3.7/site-packages/ggtools/gg/init.py", line 116, in from .gsm_utils import print_gsm_date_coverage,gsm_download,read_gsm,gsm_average File "/Users/shalom/anaconda3/lib/python3.7/site-packages/ggtools/gg/gsm_utils.py", line 8, in from .utils import print_error_grace File "/Users/shalom/anaconda3/lib/python3.7/site-packages/ggtools/gg/utils.py", line 2, in from sphericalpolygon import create_polygon ImportError: cannot import name 'create_polygon' from 'sphericalpolygon' (/Users/shalom/anaconda3/lib/python3.7/site-packages/sphericalpolygon/init.py)

xiaoledeng avatar Apr 02 '21 06:04 xiaoledeng

you can try the version 1.0.0 of sphericalpolygon

xiaojingdounaodan avatar Apr 16 '21 06:04 xiaojingdounaodan

Hello, I have the same problem now. How did you solve it

ssbzs avatar Oct 29 '21 02:10 ssbzs