如何在 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? [复制]的主要内容,如果未能解决你的问题,请参考以下文章