Cannot install Basemap
I try
from mpl_toolkits.basemap import Basemap
and get the error message "ModuleNotFoundError: No module named 'mpl_toolkits.basemap'"
When I try to install it in PyCarm, there is no such module found.
How can one install Basemap on PyCharm?
Please sign in to leave a comment.