简体   繁体   English

使用 pip 命令安装包

[英]Installing package using pip command

I am trying to install basemap using the pip command.我正在尝试使用 pip 命令安装底图。 My command is here ( I am using anaconda):我的命令在这里(我正在使用 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.我已经有了 python 3.5 和所有必要的依赖项。 I am using this post: Basemap with Python 3.5 Anaconda on Windows as a reference.我正在使用这篇文章: Basemap with Python 3.5 Anaconda on Windows作为参考。

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

I have to install the Django package to my mint distribution. 我必须将Django软件包安装到我的薄荷发行版中。 I want to accomplish this by using pip command but can not find the pip command. 我想通过使用pip命令来完成此操作,但找不到pip命令。 How can I install the pip command ? 如何安装pip命令? Thanks 谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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