-
I have received this error with multiple objects, while trying to plot reflectivity from s3 bucket object. I think it is originating from the radar variable or the plot_ppi_map itself.
I tried to make sure its not on my end but not a 100% sure. Here's one of the complete error for reference:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
@nkay28 - can you run |
Beta Was this translation helpful? Give feedback.
-
Alright - I tracked down the issue here. @nkay28 - you will need to use the latest version of cartopy (0.21.0) to use the latest version of matplotlib (3.6.0) See the discussion here SciTools/cartopy#2054 There were some attributes removed in the new version of matplotlib, which cartopy uses, which causes some issues here. Let's move this to a discussion, so other users are aware of these sorts of issues. We currently do require cartopy as a dependency, so we can't pin this in our requirements (but we should consider adding it since it used so much by our community) |
Beta Was this translation helpful? Give feedback.
Alright - I tracked down the issue here.
@nkay28 - you will need to use the latest version of cartopy (0.21.0) to use the latest version of matplotlib (3.6.0)
See the discussion here SciTools/cartopy#2054
There were some attributes removed in the new version of matplotlib, which cartopy uses, which causes some issues here. Let's move this to a discussion, so other users are aware of these sorts of issues. We currently do require cartopy as a dependency, so we can't pin this in our requirements (but we should consider adding it since it used so much by our community)