简体   繁体   中英

Installing package using pip command

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.

如果您使用的是 64 位版本的 Windows,则应下载 64 位版本包 (basemap-1.0.8-cp35-none-win_amd64.whl)

I have to install the Django package to my mint distribution. I want to accomplish this by using pip command but can not find the pip command. How can I install the pip command ? Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM