-1

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.

Community
  • 1
  • 1
zorny
  • 625
  • 1
  • 7
  • 13

1 Answers1

1

If you are using a 64-bit version of Windows you should download the 64bit version package (basemap-1.0.8-cp35-none-win_amd64.whl)

zhangshine
  • 26
  • 2