i have started using python 3.5 , anaconda on windows pc. trying plot map. however, when in jupyter notebook , type command
import mpl_toolkits.basemap
i error message saying 'no module name' 'mpl_toolkits.basemap' however, have module downloaded , in same c:\users\geena file .matplotlib, .ipython, .jupyter files, etc.
anyone know how can fix this??
i've had issue anaconda on windows 7.
found way fix python 3.5:
need run administrator rights "anaconda prompt" , in "anaconda prompt" run following command:
conda install -c conda-forge basemap-data-hires=1.0.8.dev0
, show new packages need install , ask install - 'yes'.
after new packages installed , issue "import mpl_toolkits.basemap" fixed.
thank you.
Comments
Post a Comment