Opened 4 years ago
Closed 4 years ago
#61188 closed update (fixed)
Current version of py38-cartopy in macports incompatible with current version of py38-matplotlib
Reported by: | AgilentGCMS | Owned by: | petrrr |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-cartopy |
Description
The current version of py38-cartopy
in macports is 0.17.0
, which is incompatible with the current version of py38-matplotlib
in macports, 3.3.0_1
. See e.g.this ticket. It seems like macports' matplotlib got updated while cartopy did not, and as a result port upgrade outdated
broke cartopy. Now trying to plot a pcolormesh
on a map produces the error TypeError: _pcolorargs() got an unexpected keyword argument 'allmatch'
, as reported here. Please update py38-cartopy
in the macports tree to 0.18
.
Change History (3)
comment:1 Changed 4 years ago by mf2k (Frank Schima)
Cc: | petr@… removed |
---|---|
Owner: | set to petrrr |
Port: | py-cartopy added; py38-cartopy removed |
Status: | new → assigned |
comment:2 Changed 4 years ago by mf2k (Frank Schima)
Type: | defect → update |
---|---|
Version: | 2.6.3 |
comment:3 Changed 4 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
update of py-cartopy done in this commit. Hopefully this resolves your issue; if not, please re-open.