Matplotlib Basemap install issues mac OS
问题 I am trying to install basemap on my Mac. I followed the steps listed here: https://matplotlib.org/basemap/users/installing.html#installation Everything seemed to go well until I tried to test the install by typing into the python prompt: >>>from mpl_toolkits.basemap import Basemap Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Python/2.7/site- packages/mpl_toolkits/basemap/__init__.py", line 33, in <module> from mpl_toolkits.axes_grid1 import make_axes