How to Install Matplotlib Basemap Module on Windows 7 with WinPython (or any Python stack install)? -
i've found basemap (module matplotlib , python) binary installer windows cannot detect python on system when python installed part of stack install, anaconda or winpython. installer exits, rather allow point directory of installation.
i have therefore install via source. however, don't know method this. readme.txt , install instructions don't seem help. instruct "install geos-3.3.3 first" - well, how exactly? don't see setup.py in directory.
any great. (python 2.7, win 7, 64b)
i use windows. , installation failed official guidance, too. installed basemap using following method. although not sure if go right you, offer mine.
first of all, must have pip in computer. (it easier install, compared basemap , other things. , can used install many useful packages.)
then go great link: http://www.lfd.uci.edu/~gohlke/pythonlibs/
and download file named "basemap‑1.0.8‑cp27‑none‑win_amd64.whl".
remove .whl file directory "c:\python27". (maybe installed python in different disk, change accordingly.)
open terminal. (use cmd or git bash or else.)
use command:
pip install basemap‑1.0.8‑cp27‑none‑win_amd64.whl
Comments
Post a Comment