basemap ImportError: No module named 'mpl_toolkits.basemap'

我只是一个虾纸丫 提交于 2019-12-04 14:09:41
ConfusedMan

Try to install it with this command:

conda install -c conda-forge basemap

"Only the 'crude' and 'low', resolution datasets are installed by default" .You may need to install the following for high resolution:

conda install -c conda-forge basemap-data-hires

I think you need to install from source, not via conda, as per the docs :

https://matplotlib.org/basemap/users/installing.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!