I am trying to install basemap using the pip command. My command is here ( I am using anaconda):
pip install "C:\Users\hh\Downloads\basemap-1.0.8-cp35-none-win32.whl"
The error message I get is:
basemap-1.0.8-cp35-none-win32.whl is not a supported wheel on this platform.
How would I fix this as I need to install base map. I already have python 3.5 and all the neccesary dependencies. I am using this post: Basemap with Python 3.5 Anaconda on Windows as a reference.