用于Python 3.6 64位窗口的Matplotlib

时间:2017-10-12 14:15:49

标签: python numpy matplotlib python-wheel

我经常找到要下载的文件matplotlib-2.1.0-cp36-cp36m-win_amd64.whl。我还将numpy更新到最新版本。

使用pip.exe打开matplotlib-wheel我收到消息:Could not find a version that satisfies the requirement python-dateutil

有没有人知道如何使用python 3.6运行matplotlib?

我找到了这篇文章: https://github.com/matplotlib/matplotlib/issues/8009/

但是我仍然尝试使用1.5.3版本,它也会导致相同的错误消息。

我的问题:我总是必须先下载轮文件,因为我总是收到此消息,只使用带有包名的pip: enter image description here

1 个答案:

答案 0 :(得分:0)

我建议您通过pip install -U python-dateutil

安装/更新python-dateutil

我已成功安装,目前我在win64安装中使用此版本的matplotlib和python 3.6。