如何在 Windows 7 上将 matplotlib whl 文件安装到 Python? [复制]

Posted

技术标签:

【中文标题】如何在 Windows 7 上将 matplotlib whl 文件安装到 Python? [复制]【英文标题】:How do I install matplotlib whl files to Python on Windows 7? [duplicate] 【发布时间】:2016-02-18 16:41:19 【问题描述】:

我想将 Matplotlib 安装到 Python 安装中。但我无法安装它,因为没有任何 EXE 文件;而是有 whl 文件。不知道whl文件的安装方式。

【问题讨论】:

您在哪里找到适用于 Windows 7 的 .whl 文件?你能发个链接吗?谢谢 【参考方案1】:

安装使用:

pip install matplotlib*.whl

或者,Matplotlib does have executables。

【讨论】:

非常感谢..我得到了答案

以上是关于如何在 Windows 7 上将 matplotlib whl 文件安装到 Python? [复制]的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Windows 10 上将代理配置到 GitBash 环境中

如何在Windows 10上将代理配置到GitBash环境中

在 Windows 7 上将“python2”路径添加到命令行

在 jenkins 上将 windows 7 slave 连接到 debian master 的问题

在 Windows 7 上将“django-admin.py”路径添加到命令行

在 Windows 7 上将文件重命名为 md5 sum + 扩展名(使用 CMD 或 PowerShell 2013)