How to install Matplotlib's basemap?

前端 未结 2 441
礼貌的吻别
礼貌的吻别 2020-12-16 19:20

It is unclear to me how to install Matplotlib\'s Basemap on Windows. Maybe the question is straightforward, I need some help.

I followed this tutorial. As far as I u

相关标签:
2条回答
  • 2020-12-16 20:05

    Use this download for basemap on Windows.

    It worked for me:

    pip install basemap-1.0.8-cp34-none-win_amd64.whl
    

    Assuming you're in right directory of course.

    0 讨论(0)
  • 2020-12-16 20:21

    This is the alternate solution that might useful for anaconda users

    For only Anaconda Users, they can get it to install on the local machine through the following command:

    conda install basemap
    

    This will auto-install all required dependency packages.

    Here also, Assuming that User are at the right directory to install any module.

    0 讨论(0)
提交回复
热议问题