Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/365.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 使用pip命令安装软件包_Python - Fatal编程技术网

Python 使用pip命令安装软件包

Python 使用pip命令安装软件包,python,Python,我正在尝试使用pip命令安装basemap。我的命令在这里(我正在使用anaconda): 我收到的错误消息是: basemap-1.0.8-cp35-none-win32.whl is not a supported wheel on this platform. 我将如何解决这个问题,因为我需要安装底图。我已经有了Python3.5和所有必要的依赖项。我用这篇文章作为参考。如果你使用的是64位版本的Windows,你应该下载64位版本的软件包(basemap-1.0.8-cp35-none

我正在尝试使用pip命令安装basemap。我的命令在这里(我正在使用anaconda):

我收到的错误消息是:

basemap-1.0.8-cp35-none-win32.whl is not a supported wheel on this platform.

我将如何解决这个问题,因为我需要安装底图。我已经有了Python3.5和所有必要的依赖项。我用这篇文章作为参考。

如果你使用的是64位版本的Windows,你应该下载64位版本的软件包(basemap-1.0.8-cp35-none-win\u amd64.whl)

你想在类似unix的平台上安装吗?该软件包显示它适用于win32平台,因此错误是您的平台不支持它。寻找该控制盘的unix/linux版本。看起来您可能必须从源代码tarball构建它,请参阅:我想在windows 7上安装。去掉问题中的unix标记,使用与windows平台匹配的版本。
basemap-1.0.8-cp35-none-win32.whl is not a supported wheel on this platform.