Error message shows up when trying the test code #13
|
| Satellite: noaa-goes16 | $ from goes2go.data import goes_latest, goes_nearesttime However, the following error message was displayed: Traceback (most recent call last): Do you have any idea what may have caused this problem?
|
Replies: 1 comment 1 reply
|
Hi Minghua, Thanks for reaching out! That error looks like you are using an old version of pandas. Upgrade pandas to the latest version and try again. Also, I only test goes2go in python 3.8 and 3.9, so I'd recommend upgrading your python. |
Hi Minghua, Thanks for reaching out!
That error looks like you are using an old version of pandas. Upgrade pandas to the latest version and try again.
Also, I only test goes2go in python 3.8 and 3.9, so I'd recommend upgrading your python.